Make sure we invoke ld64.lld and ld-wasm in the build directory.

llvm-svn: 325397
This commit is contained in:
Rui Ueyama 2018-02-16 22:19:38 +00:00
parent ef4f78bbf2
commit 14ee1140c1
1 changed files with 1 additions and 1 deletions

View File

@ -468,6 +468,6 @@ class LLVMConfig(object):
self.config.substitutions.append(
(r"\bld.lld\b", 'ld.lld --full-shutdown'))
tool_patterns = ['ld.lld', 'lld-link', 'lld']
tool_patterns = ['lld', 'ld.lld', 'lld-link', 'ld64.lld', 'wasm-ld']
self.add_tool_substitutions(tool_patterns, tool_dirs)