[PATCH] D38290: Add a ld64.lld alias for the MACHO LLD target
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 26 23:29:41 PDT 2017
mstorsjo added inline comments.
================
Comment at: tools/clang/lib/Driver/ToolChain.cpp:394
+ llvm::SmallString<8> LinkerName;
+ if(Triple.isOSDarwin())
+ LinkerName.append("ld64.");
----------------
Space between `if` and `(`
Repository:
rL LLVM
https://reviews.llvm.org/D38290
More information about the cfe-commits
mailing list