rebase of the patch

This commit is contained in:
Sylvestre Ledru 2021-08-26 20:55:34 +02:00
parent 7c84a6515c
commit 39fe1d611c

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_13~++20210621102918+342bbb7832b6/libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp Index: llvm-toolchain-13_13.0.0~++20210826084422+34300c3c00f5/libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_13~++20210621102918+342bbb7832b6.orig/libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp --- llvm-toolchain-13_13.0.0~++20210826084422+34300c3c00f5.orig/libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp
+++ llvm-toolchain-snapshot_13~++20210621102918+342bbb7832b6/libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp +++ llvm-toolchain-13_13.0.0~++20210826084422+34300c3c00f5/libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
// GCC currently fails because it needs -fabi-version=6 to fix mangling of // GCC currently fails because it needs -fabi-version=6 to fix mangling of
@ -9,5 +9,5 @@ Index: llvm-toolchain-snapshot_13~++20210621102918+342bbb7832b6/libcxx/test/libc
-// XFAIL: gcc -// XFAIL: gcc
+// XFAIL: * +// XFAIL: *
// <atomic> // This fails on PowerPC, as the LLIArr2 and Padding structs do not have
// adequate alignment, despite these types returning true for the query of