[PATCH] D119909: [ELF] Parallelize initializeLocalSymbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 21:41:22 PST 2022


MaskRay updated this revision to Diff 411004.
MaskRay added a comment.

Replace manual aligned alloc with `std::make_unique<SymbolUnion[]>(firstGlobal);`
now that Symbols.h no longer includes InputFiles.h


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119909

Files:
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputFiles.h
  lld/ELF/InputSection.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119909.411004.patch
Type: text/x-patch
Size: 7344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220224/34d1d69f/attachment.bin>


More information about the llvm-commits mailing list