Skip to content

Commit

Permalink
Make sure we invoke ld64.lld and ld-wasm in the build directory.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325397 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rui314 committed Feb 16, 2018
1 parent ec071fa commit 45ebd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lit/lit/llvm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,6 @@ def use_lld(self, required=True):
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)

0 comments on commit 45ebd75

Please sign in to comment.