Skip to content

Commit 7e36fad

Browse files
committed
[CIR] Fix test to use -emit-mlir=core
1 parent 7decd95 commit 7e36fad

File tree

1 file changed

+1
-1
lines changed
  • clang/test/CIR/Lowering/ThroughMLIR

1 file changed

+1
-1
lines changed

clang/test/CIR/Lowering/ThroughMLIR/array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
22
// 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
3+
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -fno-clangir-direct-lowering -emit-mlir=core %s -o %t.mlir
44
// RUN: FileCheck --input-file=%t.mlir %s --check-prefix=MLIR
55

66
int test_array1() {

0 commit comments

Comments
 (0)