[PATCH] D42598: Add the /order option.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 13:56:30 PST 2018
pcc added inline comments.
================
Comment at: lld/COFF/Driver.cpp:781
+ for (StringRef S : args::getLines(MB->getMemBufferRef()))
+ Config->Order[S] = INT_MIN + Config->Order.size();
+}
----------------
According to https://msdn.microsoft.com/en-us/library/00kh39zz.aspx it looks like the names need to be mangled on 32-bit platforms.
https://reviews.llvm.org/D42598
More information about the llvm-commits
mailing list