Skip to content

Commit f63c5f3

Browse files
authored
Revert "[mlir] Fix integration test when %host_cc path contains spaces" (#128573)
Reverts #128439 Builtbot are broken, see: https://lab.llvm.org/buildbot/#/builders/138/builds/10710
1 parent b335d5a commit f63c5f3

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)