llvm-project/libcxx/utils
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
..
ci [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
gdb/libcxx [libc++] Use bit field for checking if string is in long or short mode 2022-04-21 14:20:21 +02:00
libcxx [libc++] Fix modules builds when features are removed 2022-06-08 18:48:25 -04:00
symcheck-blacklists
CMakeLists.txt [libc++] Implement tests for private headers using the new generator 2022-04-04 17:44:47 -04:00
cat_files.py
generate_abi_list.py generate_header_tests.py: Sort the header files ASCIIbetically. 2020-12-14 09:56:07 -05:00
generate_feature_test_macro_components.py [libc++] Removes __cpp_lib_monadic_optional. 2022-05-31 19:18:34 +02:00
generate_header_inclusion_tests.py [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
generate_header_tests.py [libc++] Fix modules builds when features are removed 2022-06-08 18:48:25 -04:00
graph_header_deps.py [libc++] Remove the __libcpp_version file 2022-03-31 09:34:41 -04:00
run.py [libc++] Fix codesigning in run.py 2021-04-01 13:39:49 -04:00
ssh.py [libc++][NFC] Resolve Python 2 FIXME 2021-11-12 13:55:22 -05:00
sym_diff.py