Skip to content

Commit c49db59

Browse files
committed
[CLANG] XFAIL c-strings.c & volatile-1.c AArch64/Windows
c-strings.c and volatile-1.c failing due to alignment issue on WoA. I am going to mark them as XFAIL for now.
1 parent 34b2b88 commit c49db59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/test/CodeGen/c-strings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: aarch64-pc-windows-msvc
12
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=ITANIUM
23
// RUN: %clang_cc1 -triple %ms_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=MSABI
34

clang/test/CodeGen/volatile-1.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: aarch64-pc-windows-msvc
12
// RUN: %clang_cc1 -Wno-return-type -Wno-unused-value -emit-llvm %s -w -o - | FileCheck %s
23

34
// CHECK: @i = {{(dso_local )?}}global [[INT:i[0-9]+]] 0

0 commit comments

Comments
 (0)