llvm-project/libcxx/test/std/strings/basic.string/string.capacity
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
..
capacity.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
clear.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
empty.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
empty.verify.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
length.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
max_size.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
over_max_size.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
reserve.deprecated_in_cxx20.verify.cpp [libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: string::reserve should not shrink. 2020-11-26 10:13:12 +01:00
reserve.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
reserve_size.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
resize_and_overwrite.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
resize_size.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
resize_size_char.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
shrink_to_fit.explicit_instantiation.sh.cpp [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
shrink_to_fit.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
size.pass.cpp [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00