We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1794dfb commit 562f5ecCopy full SHA for 562f5ec
mlir/test/lit.cfg.py
@@ -55,8 +55,8 @@
55
config.substitutions.append(("%shlibext", config.llvm_shlib_ext))
56
config.substitutions.append(("%llvm_src_root", config.llvm_src_root))
57
config.substitutions.append(("%mlir_src_root", config.mlir_src_root))
58
-config.substitutions.append(("%host_cxx", config.host_cxx))
59
-config.substitutions.append(("%host_cc", config.host_cc))
+config.substitutions.append(("%host_cxx", config.host_cxx.strip()))
+config.substitutions.append(("%host_cc", config.host_cc.strip()))
60
61
62
# Searches for a runtime library with the given name and returns the found path.
0 commit comments