Skip to content

Commit 8b19471

Browse files
committed
[CIR] Make clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c windows friendly
1 parent 518771f commit 8b19471

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -fclangir -emit-cir -fdump-record-layouts %s -o %t.cir 1> %t.cirlayout
2-
// RUN: FileCheck --input-file=%t.cirlayout %s --check-prefix=CIR-LAYOUT
1+
// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -fclangir -emit-cir -fdump-record-layouts %s -o %t.cir | FileCheck %s --check-prefix=CIR-LAYOUT
32
// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
43

54
// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t-cir.ll
65
// RUN: FileCheck --input-file=%t-cir.ll %s --check-prefix=LLVM
76

8-
// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -emit-llvm -fdump-record-layouts %s -o %t.ll 1> %t.ogcglayout
9-
// RUN: FileCheck --input-file=%t.ogcglayout %s --check-prefix=OGCG-LAYOUT
7+
// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -emit-llvm -fdump-record-layouts %s -o %t.ll | FileCheck %s --check-prefix=OGCG-LAYOUT
108
// RUN: FileCheck --input-file=%t.ll %s --check-prefix=OGCG
119

1210
// REQUIRES: aarch64-registered-target || arm-registered-target

0 commit comments

Comments
 (0)