The icf command-line option is not present in ld64, so it should use the LLD option syntax, which begins with double dashes and separates primary option from any suboption with the equal sign.
Details
Details
- Reviewers
int3 thakis - Group Reviewers
Restricted Project - Commits
- rG8120c9e379c7: Rename option -icf MODE to --icf=MODE
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
lld/MachO/Driver.cpp | ||
---|---|---|
715 | /me idly wonders if we should do something like this with for --deduplicate-literals + -no_deduplicate as well |
/me idly wonders if we should do something like this with for --deduplicate-literals + -no_deduplicate as well