Skip to content

Commit 76e7c0a

Browse files
committed
[CIR] Another attempt to disable tests
1 parent d029509 commit 76e7c0a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

clang/test/CIR/CodeGen/global-new.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
1111

1212
struct e { e(int); };
1313
e *g = new e(0);

0 commit comments

Comments
 (0)