mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 13:06:56 +00:00
[libc++] Forward-proof some tests for AppleClang 17
This commit is contained in:
parent
1515c4ac20
commit
1f9d00524b
@ -14,6 +14,7 @@
|
||||
// ADDITIONAL_COMPILE_FLAGS(clang-18): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(apple-clang-15): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(apple-clang-16): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(apple-clang-17): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=x86_64-w64-windows-gnu): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=i686-w64-windows-gnu): -fsized-deallocation
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
// ADDITIONAL_COMPILE_FLAGS(clang-18): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(apple-clang-15): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(apple-clang-16): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(apple-clang-17): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=x86_64-w64-windows-gnu): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=i686-w64-windows-gnu): -fsized-deallocation
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// UNSUPPORTED: windows
|
||||
|
||||
// These compilers don't support constexpr `__builtin_signbit` yet.
|
||||
// UNSUPPORTED: clang-18, clang-19, apple-clang-15, apple-clang-16
|
||||
// UNSUPPORTED: clang-18, clang-19, apple-clang-15, apple-clang-16, apple-clang-17
|
||||
|
||||
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
|
||||
|
||||
// These compilers don't support __builtin_is_implicit_lifetime yet.
|
||||
// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-15, apple-clang-16
|
||||
// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-15, apple-clang-16, apple-clang-17
|
||||
|
||||
// <type_traits>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
|
||||
|
||||
// These compilers don't support __builtin_is_implicit_lifetime yet.
|
||||
// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-15, apple-clang-16
|
||||
// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-15, apple-clang-16, apple-clang-17
|
||||
|
||||
// <type_traits>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user