forked from OSchip/llvm-project
![]() This patch switches the build compiler for AIX from ibm-clang to clang. ibm-clang++_r has `-pthread` by default, but clang for AIX doesn't, so `-pthread` had to be added to the test config. A bunch of tests now pass, so the `XFAIL` was removed. This patch also switch the build to use the visibility support available in clang-15 to control symbols exported by the shared library (AIX traditionally uses explicit export lists for this purpose). Reviewed By: #libc, #libc_abi, daltenty, #libunwind, ldionne Differential Revision: https://reviews.llvm.org/D127470 |
||
---|---|---|
.. | ||
apple-libc++-backdeployment.cfg.in | ||
apple-libc++-shared.cfg.in | ||
cmake-bridge.cfg.in | ||
ibm-libc++-shared.cfg.in | ||
legacy.cfg.in | ||
llvm-libc++-mingw.cfg.in | ||
llvm-libc++-shared-clangcl.cfg.in | ||
llvm-libc++-shared-gcc.cfg.in | ||
llvm-libc++-shared.cfg.in | ||
llvm-libc++-static-clangcl.cfg.in | ||
llvm-libc++-static.cfg.in |