File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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
1+ // RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -fclangir -emit-cir -fdump-record-layouts %s -o %t.cir > %t.cirlayout
22// RUN: FileCheck --input-file=%t.cirlayout %s --check-prefix=CIR-LAYOUT
33// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
44
55// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t-cir.ll
66// RUN: FileCheck --input-file=%t-cir.ll %s --check-prefix=LLVM
77
8- // RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -emit-llvm -fdump-record-layouts %s -o %t.ll 1 > %t.ogcglayout
8+ // RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -emit-llvm -fdump-record-layouts %s -o %t.ll > %t.ogcglayout
99// RUN: FileCheck --input-file=%t.ogcglayout %s --check-prefix=OGCG-LAYOUT
1010// RUN: FileCheck --input-file=%t.ll %s --check-prefix=OGCG
1111
You can’t perform that action at this time.
0 commit comments