| Index: tools/clang/scripts/package.py
|
| diff --git a/tools/clang/scripts/package.py b/tools/clang/scripts/package.py
|
| index f6ef48e7ff055099dd14a69dae6f4a5fb7c356be..88e9779116ed29d7173a4fc98bbc8e9da48af8ba 100755
|
| --- a/tools/clang/scripts/package.py
|
| +++ b/tools/clang/scripts/package.py
|
| @@ -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':
|
|
|