summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorMartell Malone <martellmalone@gmail.com>2017-10-15 17:53:45 +0000
committerMartell Malone <martellmalone@gmail.com>2017-10-15 17:53:45 +0000
commite5639e9dd9d5904b4f12f74d98653ea6c0ec1982 (patch)
treedbf5ac2beb767d1ca6fa6abc672fe182abbfdc4f /clang/lib/CodeGen/CodeGenFunction.cpp
parentbb082a36d3cb930c41bf6fa9b42c175bac9cb478 (diff)
downloadbcm5719-llvm-e5639e9dd9d5904b4f12f74d98653ea6c0ec1982.tar.gz
bcm5719-llvm-e5639e9dd9d5904b4f12f74d98653ea6c0ec1982.zip
Driver: use ld64.lld when -fuse-ld=lld for darwin
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. This is the clang driver component change to use this new alias. Reviewers: ruiu, rnk Differential Revision: https://reviews.llvm.org/D38290 llvm-svn: 315867
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud