[PATCH] D86338: Remove TaskQueue
Raphael Isemann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 03:11:30 PDT 2020
teemperor created this revision.
teemperor added reviewers: zturner, davide.
Herald added subscribers: llvm-commits, kristina, jfb, mgorny.
Herald added a project: LLVM.
teemperor requested review of this revision.
TaskQueue was added 2 years ago as part of D48240 <https://reviews.llvm.org/D48240>.
There are currently no uses of this class anywhere in LLVM and I don't see
any patch that plans to use this class, so it doesn't seem useful to keep
compiling and testing this class at the moment.
The code itself is fine, so if we actually end up having a use for this code,
then I think it's perfectly fine to just re-commit this class then.
Repository:
rL LLVM
https://reviews.llvm.org/D86338
Files:
llvm/include/llvm/Support/TaskQueue.h
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/TaskQueueTest.cpp
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86338.286984.patch
Type: text/x-patch
Size: 8199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200821/bb331069/attachment.bin>
More information about the llvm-commits
mailing list