File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- // DISABLED_RUN : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir -mmlir --mlir-print-ir-before=cir-lowering-prepare %s -o %t.cir 2>&1 | FileCheck %s -check-prefix=CIR_BEFORE
2
- // DISABLED_RUN : FileCheck %s -check-prefix=CIR_AFTER --input-file=%t.cir
3
- // DISABLED_RUN : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-llvm %s -o %t.ll
4
- // DISABLED_RUN : FileCheck %s -check-prefix=LLVM --input-file=%t.ll
5
- // DISABLED_RUN : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir -fexceptions -fcxx-exceptions %s -o %t.eh.cir
6
- // DISABLED_RUN : FileCheck %s -check-prefix=CIR_EH --input-file=%t.eh.cir
7
- // DISABLED_RUN : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir-flat -fexceptions -fcxx-exceptions %s -o %t.eh.flat.cir
8
- // DISABLED_RUN : FileCheck %s -check-prefix=CIR_FLAT_EH --input-file=%t.eh.flat.cir
9
- // DISABLED_RUN : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-llvm -fexceptions -fcxx-exceptions %s -o %t.eh.ll
10
- // DISABLED_RUN : FileCheck %s -check-prefix=LLVM_EH --input-file=%t.eh.ll
1
+ // DISABLED : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir -mmlir --mlir-print-ir-before=cir-lowering-prepare %s -o %t.cir 2>&1 | FileCheck %s -check-prefix=CIR_BEFORE
2
+ // DISABLED : FileCheck %s -check-prefix=CIR_AFTER --input-file=%t.cir
3
+ // DISABLED : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-llvm %s -o %t.ll
4
+ // DISABLED : FileCheck %s -check-prefix=LLVM --input-file=%t.ll
5
+ // DISABLED : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir -fexceptions -fcxx-exceptions %s -o %t.eh.cir
6
+ // DISABLED : FileCheck %s -check-prefix=CIR_EH --input-file=%t.eh.cir
7
+ // DISABLED : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir-flat -fexceptions -fcxx-exceptions %s -o %t.eh.flat.cir
8
+ // DISABLED : FileCheck %s -check-prefix=CIR_FLAT_EH --input-file=%t.eh.flat.cir
9
+ // DISABLED : %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-llvm -fexceptions -fcxx-exceptions %s -o %t.eh.ll
10
+ // DISABLED : FileCheck %s -check-prefix=LLVM_EH --input-file=%t.eh.ll
11
11
12
12
struct e { e(int ); };
13
13
e *g = new e(0 );
You can’t perform that action at this time.
0 commit comments