Skip to content

Commit 1794dfb

Browse files
authored
[mlir] Fix integration test when %host_cc path contains spaces (llvm#128439)
1 parent 03610af commit 1794dfb

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)