brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · e96a4e1 Raw
9 lines · plain
1# On AIX, enable run-time linking to allow symbols from the plugins shared2# objects to be properly bound.3if(CMAKE_SYSTEM_NAME STREQUAL "AIX")4  set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-brtl")5endif()6 7add_subdirectory(PassBuilderBindings)8add_subdirectory(Plugins)9