File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Integration/Dialect/MemRef Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
// RUN: llc %t.ll -o %t.o -filetype=obj
13
13
14
14
// 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
16
16
17
17
// Exec
18
18
// RUN: %t.exe | FileCheck %s
Original file line number Diff line number Diff line change 56
56
config .substitutions .append (("%shlibext" , config .llvm_shlib_ext ))
57
57
config .substitutions .append (("%llvm_src_root" , config .llvm_src_root ))
58
58
config .substitutions .append (("%mlir_src_root" , config .mlir_src_root ))
59
- config .substitutions .append (("%host_cxx" , config .host_cxx ))
60
- config .substitutions .append (("%host_cc" , config .host_cc ))
59
+ config .substitutions .append (("%host_cxx" , config .host_cxx . strip () ))
60
+ config .substitutions .append (("%host_cc" , config .host_cc . strip () ))
61
61
62
62
63
63
# Searches for a runtime library with the given name and returns the found path.
You can’t perform that action at this time.
0 commit comments