Skip to content

Commit 804b41d

Browse files
committed
escape "%host_cc"
1 parent 6ef5ade commit 804b41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/MemRef/memref_abi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: llc %t.ll -o %t.o -filetype=obj
1313

1414
// Compile the current C file and link it to the MLIR code:
15-
// RUN: %host_cc %s %t.o -o %t.exe
15+
// RUN: "%host_cc" %s %t.o -o %t.exe
1616

1717
// Exec
1818
// RUN: %t.exe | FileCheck %s

0 commit comments

Comments
 (0)