1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm/Config
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
..
abi-breaking.h.cmake fix some Wundef warnings in public headers 2020-11-23 20:17:46 -05:00
AsmParsers.def.in Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AsmPrinters.def.in Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
config.h.cmake [CMake][AIX] Adjust plugin library extension used on AIX 2021-03-04 11:23:06 -05:00
Disassemblers.def.in Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
llvm-config.h.cmake Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/ 2020-12-01 14:00:32 -08:00
Targets.def.in Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00