llvm-project/llvm/unittests/Passes
Steven Wan 28ef8052d2 [AIX] Enable rtl for plugins test
On AIX, the plugins are linked with `-WL,-G`, which produces shared objects enabled for use with the run-time linker. This patch sets the run-time
linker at the main executable link step to allow symbols from the plugins shared objects to be properly bound.

Reviewed By: daltenty

Differential Revision: https://reviews.llvm.org/D112275
2021-10-22 12:08:22 -04:00
..
CMakeLists.txt [AIX] Enable rtl for plugins test 2021-10-22 12:08:22 -04:00
DoublerPlugin.cpp [NPM] Resolve llvmGetPassPluginInfo to the plugin being loaded 2021-06-30 18:11:28 +01:00
PassBuilderBindingsTest.cpp [test] Speculative fix for bots (round 2) 2021-05-18 10:26:28 -07:00
PluginsTest.cpp [NPM] Resolve llvmGetPassPluginInfo to the plugin being loaded 2021-06-30 18:11:28 +01:00
TestPlugin.cpp [NPM] Resolve llvmGetPassPluginInfo to the plugin being loaded 2021-06-30 18:11:28 +01:00
TestPlugin.h