[PATCH] D31735: ThinLTOBitcodeWriter: delete comdats if their keys are renamed

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 14:09:35 PDT 2017


inglorion added a comment.

@mehdi_amini: W.r.t. your question about verifying the requirements for comdats, this happens in Codegen/TargetLoweringObjectFileImpl.cpp for COFF, ELF, and Mach-O. They each have their own restrictions.


https://reviews.llvm.org/D31735





More information about the llvm-commits mailing list