[PATCH] D129720: [JITLink][COFF] Don't dead strip comdat associative symbol.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 19:27:07 PDT 2022


sunho created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This prevents the dead strip of associative comdat sectino when parent section is alive.


https://reviews.llvm.org/D129720

Files:
  llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
  llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_associative_dead_strip.test
  llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_associative_no_dead_strip.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129720.444495.patch
Type: text/x-patch
Size: 6625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/bc7a0133/attachment.bin>


More information about the llvm-commits mailing list