aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Passes/CMakeLists.txt
blob: e96a4e12b94b07f613a1bd0a03c9546fc298a290 (plain)
1
2
3
4
5
6
7
8
# On AIX, enable run-time linking to allow symbols from the plugins shared
# objects to be properly bound.
if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
  set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-brtl")
endif()

add_subdirectory(PassBuilderBindings)
add_subdirectory(Plugins)