Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / unittests / Passes / CMakeLists.txt
blobe96a4e12b94b07f613a1bd0a03c9546fc298a290
1 # On AIX, enable run-time linking to allow symbols from the plugins shared
2 # objects to be properly bound.
3 if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
4   set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-brtl")
5 endif()
7 add_subdirectory(PassBuilderBindings)
8 add_subdirectory(Plugins)