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 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
Original file line number Diff line number Diff line change 5656config .substitutions .append (("%shlibext" , config .llvm_shlib_ext ))
5757config .substitutions .append (("%llvm_src_root" , config .llvm_src_root ))
5858config .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 () ))
6161
6262
6363# 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