[PATCH] D131247: [ELF] Parallelize writes of different OutputSections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 18:27:41 PDT 2022


MaskRay updated this revision to Diff 450458.
MaskRay retitled this revision from "[WIP][ELF] Parallelize writes of different OutputSections" to "[ELF] Parallelize writes of different OutputSections".
MaskRay edited the summary of this revision.
MaskRay added a comment.

The identified failures were actually all hidden bugs exposed by this patch.
All fixed now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131247

Files:
  lld/ELF/OutputSections.cpp
  lld/ELF/OutputSections.h
  lld/ELF/Writer.cpp
  lld/test/ELF/arm-thumb-interwork-notfunc.s
  lld/test/ELF/hexagon-jump-error.s
  lld/test/ELF/linkerscript/overlapping-sections.s
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/Parallel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131247.450458.patch
Type: text/x-patch
Size: 11336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220806/1f77a87f/attachment.bin>


More information about the llvm-commits mailing list