[libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419)
This would be more convenient, if ADDITIONAL_COMPILE_FLAGS(target=...) could be set with a regular expression, just like within e.g. XFAIL lines.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
// 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
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=aarch64-w64-windows-gnu): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
|
||||
|
||||
// Android clang-r536225 identifies as clang-19.0 but it predates the real
|
||||
// LLVM 19.0.0, so it also leaves sized deallocation off by default.
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
// 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
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=aarch64-w64-windows-gnu): -fsized-deallocation
|
||||
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
|
||||
|
||||
// Android clang-r536225 identifies as clang-19.0 but it predates the real
|
||||
// LLVM 19.0.0, so it also leaves sized deallocation off by default.
|
||||
|
||||
Reference in New Issue
Block a user