aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/CMakeLists.txt1
-rw-r--r--lib/System/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index da80eaa..7c8ce70 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -25,7 +25,6 @@ add_llvm_library(LLVMSupport
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
- Threading.cpp
Timer.cpp
Triple.cpp
raw_ostream.cpp
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt
index ae3f371..a5a56e8 100644
--- a/lib/System/CMakeLists.txt
+++ b/lib/System/CMakeLists.txt
@@ -12,6 +12,7 @@ add_llvm_library(LLVMSystem
Program.cpp
RWMutex.cpp
Signals.cpp
+ Threading.cpp
TimeValue.cpp
)