[PATCH] D45091: [lld-link] Let /PROFILE imply /OPT:REF /OPT:NOICF /INCREMENTAL:NO /FIXED:NO
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 07:36:15 PDT 2018
thakis created this revision.
thakis added reviewers: rnk, ruiu.
/FIXED:NO is always the default, so that part needs no work.
Also test the interaction of /ORDER: with /INCREMENTAL (I'm not sure our current /INCREMENTAL behavior is correct, but it should have test coverage).
https://reviews.llvm.org/D45091
Files:
COFF/Driver.cpp
test/COFF/icf-simple.test
test/COFF/incremental.test
test/COFF/opt.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45091.140425.patch
Type: text/x-patch
Size: 6872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180330/16d20b7a/attachment-0001.bin>
More information about the llvm-commits
mailing list