We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd25483 commit 8923438Copy full SHA for 8923438
clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
@@ -9,6 +9,8 @@
9
// RUN: FileCheck --input-file=%t.ogcglayout %s --check-prefix=OGCG-LAYOUT
10
// RUN: FileCheck --input-file=%t.ll %s --check-prefix=OGCG
11
12
+// REQUIRES: aarch64-registered-target || arm-registered-target
13
+
14
typedef struct {
15
unsigned int a : 9;
16
volatile unsigned int b : 1;
0 commit comments