mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 14:37:10 +00:00
14 lines
578 B
Diff
14 lines
578 B
Diff
Index: llvm-toolchain-snapshot_10~svn370025/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_10~svn370025.orig/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
|
|
+++ llvm-toolchain-snapshot_10~svn370025/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
|
|
@@ -13,7 +13,7 @@
|
|
//
|
|
// GCC currently fails because it needs -fabi-version=6 to fix mangling of
|
|
// std::atomic when used with __attribute__((vector(X))).
|
|
-// XFAIL: gcc
|
|
+// XFAIL: *
|
|
|
|
// <atomic>
|
|
|