summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/lit.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg
index f299d0f4451..7e80a7f94a7 100644
--- a/llvm/test/lit.cfg
+++ b/llvm/test/lit.cfg
@@ -240,6 +240,8 @@ def find_tool_substitution(pattern):
'LLVM_ENABLE_MACHINE_VERIFIER' in os.environ and
os.environ['LLVM_ENABLE_MACHINE_VERIFIER'] == "1"):
tool_path += " -verify-machineinstrs"
+ if (tool_name == "llvm-go"):
+ tool_path += " go=" + config.go_executable
return tool_name, tool_path, tool_pipe
OpenPOWER on IntegriCloud