[PATCH] D33880: COFF: Introduce LD shim around LINK
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 6 06:49:05 PDT 2017
martell added inline comments.
================
Comment at: tools/lld/lld.cpp:57
+ StringRef S = *(It + 1);
+ return S == "i386pe" || S == "i386pep" || S == "thumb2pe";
+ }
----------------
mstorsjo wrote:
> ... and here, and in `ELF/Driver.cpp`
I think I should remove the code in ELF/Driver.cpp because that is no longer a code path that can be followed
Repository:
rL LLVM
https://reviews.llvm.org/D33880
More information about the llvm-commits
mailing list