Skip to content

Commit 8e029d9

Browse files
committed
[CLANG] XFAIL c-strings.c & volatile-1.c AArch64/Windows
c-strings.c was marked XFAIL for msvc ABI on AArch64/Windows platform. But it is failing due to alignment issue on WoA for both msvc and gnu gnu ABIs. I am going to mark them as XFAIL for both.
1 parent 4299be1 commit 8e029d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/c-strings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: taraget=aarch64-pc-windows-msvc
1+
// XFAIL: taraget=aarch64-pc-windows-{{.*}}
22
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=ITANIUM
33
// RUN: %clang_cc1 -triple %ms_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=MSABI
44

0 commit comments

Comments
 (0)