[PATCH] D33880: COFF: Introduce LD shim around LINK
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 12:36:04 PDT 2017
mstorsjo added inline comments.
================
Comment at: lld/lib/Shim/COFFLdShim.cpp:217
+ forwardValue(Args, OPT_m, "i386pe", "MACHINE", "X86");
+ forwardValue(Args, OPT_m, "i386pe", "MACHINE", "X64");
+ forwardValue(Args, OPT_m, "thumb2pe", "MACHINE", "ARM");
----------------
Isn't this a typo here, shouldn't this be `i386pep` mapping to `X64`?
Repository:
rL LLVM
https://reviews.llvm.org/D33880
More information about the llvm-commits
mailing list