[PATCH] D44917: Force SHF_MERGE optimizations with -r
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 08:17:12 PDT 2018
ruiu added a comment.
Instead of changing the global configuration of -O, how about returning true from ObjFile::shouldMerge if Config->Relocatable is true?
https://reviews.llvm.org/D44917
More information about the llvm-commits
mailing list