llvm-project/libcxx/test/std/strings/basic.string/string.iterators
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
..
begin.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
cbegin.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
cend.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
crbegin.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
crend.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
end.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
iterator_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
iterators.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
rbegin.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
rend.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00