[all-commits] [llvm/llvm-project] 5039d3: [Support] Remove TaskQueue
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Jun 13 07:19:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5039d364547c33ca69c5289894a09c48bc91e10b
https://github.com/llvm/llvm-project/commit/5039d364547c33ca69c5289894a09c48bc91e10b
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
R llvm/include/llvm/Support/TaskQueue.h
M llvm/unittests/Support/CMakeLists.txt
R llvm/unittests/Support/TaskQueueTest.cpp
M llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Log Message:
-----------
[Support] Remove TaskQueue
TaskQueue was added several years ago as part of 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.
Differential revision: https://reviews.llvm.org/D86338
More information about the All-commits
mailing list