Commit af058bef authored by thakis's avatar thakis Committed by Commit Bot

Add a symlink called lld-link to the clang package.

We now bundle lld on linux for linux builds.  Add this symlink to make it
easier to use it for cross builds too.

BUG=495204

Review-Url: https://codereview.chromium.org/2948413002
Cr-Commit-Position: refs/heads/master@{#481934}
parent 50b163b0
......@@ -318,6 +318,7 @@ def main():
if sys.platform.startswith('linux'):
os.symlink('lld', os.path.join(pdir, 'bin', 'ld.lld'))
os.symlink('lld', os.path.join(pdir, 'bin', 'lld-link'))
# Copy libc++ headers.
if sys.platform == 'darwin':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment