Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec28b8f

Browse files
mstorsjotstellar
authored andcommitted
[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. XFAILlines.(cherry picked from commitd6622df)
1 parent8c2dc1b commitec28b8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// ADDITIONAL_COMPILE_FLAGS(apple-clang-17): -fsized-deallocation
1818
// ADDITIONAL_COMPILE_FLAGS(target=x86_64-w64-windows-gnu): -fsized-deallocation
1919
// ADDITIONAL_COMPILE_FLAGS(target=i686-w64-windows-gnu): -fsized-deallocation
20+
// ADDITIONAL_COMPILE_FLAGS(target=aarch64-w64-windows-gnu): -fsized-deallocation
21+
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
2022

2123
// Android clang-r536225 identifies as clang-19.0 but it predates the real
2224
// LLVM 19.0.0, so it also leaves sized deallocation off by default.

‎libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// ADDITIONAL_COMPILE_FLAGS(apple-clang-17): -fsized-deallocation
1818
// ADDITIONAL_COMPILE_FLAGS(target=x86_64-w64-windows-gnu): -fsized-deallocation
1919
// ADDITIONAL_COMPILE_FLAGS(target=i686-w64-windows-gnu): -fsized-deallocation
20+
// ADDITIONAL_COMPILE_FLAGS(target=aarch64-w64-windows-gnu): -fsized-deallocation
21+
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
2022

2123
// Android clang-r536225 identifies as clang-19.0 but it predates the real
2224
// LLVM 19.0.0, so it also leaves sized deallocation off by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp