[PATCH] D32890: Split up lld Parallel.h a bit
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 18:04:04 PDT 2017
zturner created this revision.
Herald added a subscriber: mgorny.
This patch splits Parallel by introducing a new file called `Executor.h` and `Executor.cpp`.
`Executor.h` defines parallel infrastructure, but hides all concrete executor implementations in a cpp file inside of an anonymous namespaces so they can't leak out.
https://reviews.llvm.org/D32890
Files:
lld/include/lld/Core/Executor.h
lld/include/lld/Core/Parallel.h
lld/lib/Core/CMakeLists.txt
lld/lib/Core/Executor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32890.97904.patch
Type: text/x-patch
Size: 10550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170505/1a9ad99f/attachment.bin>
More information about the llvm-commits
mailing list