[PATCH] D100944: [CodeGen][ELF] Emit separate unique sections for different flags

Tomas Matheson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 02:41:30 PDT 2021


tmatheson updated this revision to Diff 339958.
tmatheson added a comment.

- [NFCI] Factor out ELF section unique ID calculation into function
- [CodeGen][ELF] Create unique sections for different flags

I'll update the description next.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100944/new/

https://reviews.llvm.org/D100944

Files:
  llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/include/llvm/MC/MCContext.h
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/MCContext.cpp
  llvm/test/CodeGen/Generic/elf-unique-sections-by-flags.ll
  llvm/test/CodeGen/Mips/gpopt-explict-section.ll
  llvm/test/CodeGen/X86/explicit-section-mergeable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100944.339958.patch
Type: text/x-patch
Size: 27586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210423/647fa1cb/attachment.bin>


More information about the llvm-commits mailing list