llvm-project/compiler-rt/cmake
Kai Luo 6393164cf2 [AIX][compiler-rt] Fix cmake build of libatomic for cmake-3.16+
cmake-3.16+ for AIX changes the default behavior of building a `SHARED` library which breaks AIX's build of libatomic, i.e., cmake-3.16+ builds `SHARED` as an archive of dynamic libraries. To fix it, we have to build `libatomic.so.1` as `MODULE` which keeps `libatomic.so.1` as an normal dynamic library.

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D103786
2021-06-12 00:12:29 +00:00
..
Modules [AIX][compiler-rt] Fix cmake build of libatomic for cmake-3.16+ 2021-06-12 00:12:29 +00:00
caches
base-config-ix.cmake [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
builtin-config-ix.cmake [arm][compiler-rt] add armv8m.main and arv8.1m.main targets 2021-04-14 16:41:03 +01:00
config-ix.cmake Revert "[scudo] Build scudo_standalone on Android and Fuchsia." 2021-05-26 16:52:13 -07:00