diff options
author | Martell Malone <martellmalone@gmail.com> | 2017-10-15 17:41:20 +0000 |
---|---|---|
committer | Martell Malone <martellmalone@gmail.com> | 2017-10-15 17:41:20 +0000 |
commit | 1603fe2813083b28980640ae33e6b73ea782fa77 (patch) | |
tree | 4ea37a0adda4089503293a8f89e6dcf279ffc936 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | f6f6a9c199b5d31ac6793a48dfe1aa200a212d67 (diff) | |
download | bcm5719-llvm-1603fe2813083b28980640ae33e6b73ea782fa77.tar.gz bcm5719-llvm-1603fe2813083b28980640ae33e6b73ea782fa77.zip |
MACHO: ld64.lld alias for the MACHO LLD target
When using lld on macOS the current level of detection between ld and
ld64 forces us to rename lld to ld.
For ELF targets we have the ld.lld alias so for MACHO we should have
ld64.lld so we can use lld without replacing the system compiler.
This also solves the additional issue of cross compiling for MACHO
where renaming lld to ld with only target ELF.
The clang driver component changes will be in a follow-up commit.
Reviewers: ruiu, rnk
Differential Revision: https://reviews.llvm.org/D38290
llvm-svn: 315865
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions