[PATCH] D32826: Move Parallel.h from LLD to LLVM

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 13:11:21 PDT 2017


zturner created this revision.
Herald added a subscriber: mgorny.

These algorithms are useful in many contexts, not just LLD.  In particular, LLDB currently has need for similar functionality and it would be unfortunate to have to roll our own when similar functionality already exists.


https://reviews.llvm.org/D32826

Files:
  lld/CMakeLists.txt
  lld/COFF/ICF.cpp
  lld/COFF/MapFile.cpp
  lld/COFF/Writer.cpp
  lld/ELF/Threads.h
  lld/include/lld/Core/Parallel.h
  lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  lld/unittests/CMakeLists.txt
  lld/unittests/CoreTests/CMakeLists.txt
  lld/unittests/CoreTests/ParallelTest.cpp
  llvm/include/llvm/Support/Parallel.h
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/ParallelTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32826.97720.patch
Type: text/x-patch
Size: 27991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170503/7365fb8c/attachment.bin>


More information about the llvm-commits mailing list