[PATCH] D79390: [Support] Sink LLD's parallel algorithm wrappers to support

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 14:36:09 PDT 2020


rnk updated this revision to Diff 262223.
rnk added a comment.

- rename to parallelSort, parallelForEach[N]


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79390

Files:
  lld/COFF/Driver.cpp
  lld/COFF/ICF.cpp
  lld/COFF/LLDMapFile.cpp
  lld/COFF/MapFile.cpp
  lld/COFF/PDB.cpp
  lld/COFF/Writer.cpp
  lld/Common/ErrorHandler.cpp
  lld/Common/Filesystem.cpp
  lld/ELF/Driver.cpp
  lld/ELF/ICF.cpp
  lld/ELF/LinkerScript.cpp
  lld/ELF/MapFile.cpp
  lld/ELF/OutputSections.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Writer.cpp
  lld/include/lld/Common/Threads.h
  lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  lld/wasm/Driver.cpp
  lld/wasm/OutputSections.cpp
  lld/wasm/Writer.cpp
  llvm/include/llvm/Support/Parallel.h
  llvm/unittests/Support/ParallelTest.cpp
  mlir/docs/Diagnostics.md
  mlir/lib/Pass/Pass.cpp
  mlir/lib/Transforms/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79390.262223.patch
Type: text/x-patch
Size: 21875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/9b3e8e06/attachment.bin>


More information about the llvm-commits mailing list