[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. (cherry picked from commit d6622df115c0de92bf8fc10f8787345ff96b26cc)
This commit is contained in:
parent
8c2dc1b5aa
commit
ec28b8f9cc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user