[PATCH] D44917: Force SHF_MERGE optimizations with -r
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 08:36:18 PDT 2018
gbreynoo added a comment.
Other arguments:
- The inclusion of -O0 in LLD suggests there is a use case, why should this not work with -r?
- -O0 is very useful when linking broken input, often you don't have the source for object files and can't easily make a fix.
https://reviews.llvm.org/D44917
More information about the llvm-commits
mailing list