llvm-project/libcxx/test/configs
Jake Egan 1cf4113952 [libcxx][AIX] Switch build compiler to clang
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
2022-06-13 21:45:18 -04:00
..
apple-libc++-backdeployment.cfg.in [libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them 2022-03-16 12:35:06 -04:00
apple-libc++-shared.cfg.in [libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them 2022-03-16 12:35:06 -04:00
cmake-bridge.cfg.in [libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplication 2022-05-20 09:36:29 -04:00
ibm-libc++-shared.cfg.in [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
legacy.cfg.in [runtimes] Officially deprecate the legacy testing configuration system 2022-05-27 13:15:48 -04:00
llvm-libc++-mingw.cfg.in [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME 2022-04-06 22:54:39 +03:00
llvm-libc++-shared-clangcl.cfg.in [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME 2022-04-06 22:54:39 +03:00
llvm-libc++-shared-gcc.cfg.in [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00
llvm-libc++-shared.cfg.in [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00
llvm-libc++-static-clangcl.cfg.in [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME 2022-04-06 22:54:39 +03:00
llvm-libc++-static.cfg.in [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00