[PATCH] D31963: ThinLTOBitcodeWriter: keep comdats together, rename if leader is renamed
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 16:36:17 PDT 2017
inglorion added a comment.
This is an alternative to https://reviews.llvm.org/D31735. Instead of deleting comdats that are invalidated, it keeps comdats valid by keeping their members in the same module and renaming the comdat if its leader is renamed. I think this is a cleaner solution.
https://reviews.llvm.org/D31963
More information about the llvm-commits
mailing list