[PATCH] D133003: [ELF] Parallelize relocation scanning

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 00:44:03 PDT 2022


MaskRay updated this revision to Diff 458972.
MaskRay marked an inline comment as done.
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: ctetreau, hiraditya.

Remove mutex for relative relocations. Thanks to @andrewng for finding the issue


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133003

Files:
  lld/ELF/Arch/AArch64.cpp
  lld/ELF/MapFile.cpp
  lld/ELF/Relocations.cpp
  lld/ELF/Symbols.cpp
  lld/ELF/Symbols.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Writer.cpp
  lld/test/ELF/combreloc.s
  lld/test/ELF/comdat-discarded-error.s
  lld/test/ELF/undef-multi.s
  lld/test/ELF/undef.s
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/Parallel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133003.458972.patch
Type: text/x-patch
Size: 33309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220909/4484a409/attachment.bin>


More information about the llvm-commits mailing list