1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/unittests/Support/DynamicLibrary
Xiangling Liao 67363ad920 [CMake][AIX] Adjust plugin library extension used on AIX
As stated in the CMake manual, we are supposed to use MODULE rules to generate
plugin libraries:

"MODULE libraries are plugins that are not linked into other targets but may be
loaded dynamically at runtime using dlopen-like functionality"

Besides, LLVM's plugin infrastructure fits with the AIX treatment of .so
shared objects more than it fits with the AIX treatment of .a library archives
(which may contain shared objects).

Differential revision: https://reviews.llvm.org/D96282
2021-03-04 11:23:06 -05:00
..
CMakeLists.txt [CMake][AIX] Adjust plugin library extension used on AIX 2021-03-04 11:23:06 -05:00
DynamicLibraryTest.cpp [CMake][AIX] Adjust plugin library extension used on AIX 2021-03-04 11:23:06 -05:00
ExportedFuncs.cpp
PipSqueak.cpp
PipSqueak.h