We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7decd95 commit 7e36fadCopy full SHA for 7e36fad
clang/test/CIR/Lowering/ThroughMLIR/array.c
@@ -1,6 +1,6 @@
1
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
2
// RUN: FileCheck --input-file=%t.cir %s --check-prefix=CIR
3
-// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -fno-clangir-direct-lowering -emit-mlir %s -o %t.mlir
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -fno-clangir-direct-lowering -emit-mlir=core %s -o %t.mlir
4
// RUN: FileCheck --input-file=%t.mlir %s --check-prefix=MLIR
5
6
int test_array1() {
0 commit comments