projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git]
/
unittests
/
Support
/
CMakeLists.txt
diff --git
a/unittests/Support/CMakeLists.txt
b/unittests/Support/CMakeLists.txt
index
fd8324c
..
9bd6857
100644
(file)
--- a/
unittests/Support/CMakeLists.txt
+++ b/
unittests/Support/CMakeLists.txt
@@
-41,6
+41,7
@@
add_llvm_unittest(SupportTests
SwapByteOrderTest.cpp
TargetRegistry.cpp
ThreadLocalTest.cpp
+ ThreadPool.cpp
TimeValueTest.cpp
TrailingObjectsTest.cpp
UnicodeTest.cpp