File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
3
2
// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
4
3
5
4
// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t-cir.ll
6
5
// RUN: FileCheck --input-file=%t-cir.ll %s --check-prefix=LLVM
7
6
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
10
8
// RUN: FileCheck --input-file=%t.ll %s --check-prefix=OGCG
11
9
12
10
// REQUIRES: aarch64-registered-target || arm-registered-target
You can’t perform that action at this time.
0 commit comments