Skip to content

Commit 8923438

Browse files
committed
[CIR] Fix recently introduced windows failure
1 parent bd25483 commit 8923438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// RUN: FileCheck --input-file=%t.ogcglayout %s --check-prefix=OGCG-LAYOUT
1010
// RUN: FileCheck --input-file=%t.ll %s --check-prefix=OGCG
1111

12+
// REQUIRES: aarch64-registered-target || arm-registered-target
13+
1214
typedef struct {
1315
unsigned int a : 9;
1416
volatile unsigned int b : 1;

0 commit comments

Comments
 (0)