[PATCH] D104548: Rename option -icf MODE to --icf=MODE
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 18 09:43:48 PDT 2021
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: lld/MachO/Driver.cpp:715
+ warn(Twine("`--icf=" + icfLevelStr +
"' conflicts with -no_deduplicate, setting to `none'"));
icfLevel = ICFLevel::none;
----------------
/me idly wonders if we should do something like this with for `--deduplicate-literals` + `-no_deduplicate` as well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104548/new/
https://reviews.llvm.org/D104548
More information about the llvm-commits
mailing list