diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-06-18 17:47:09 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-06-18 17:47:09 +0000 |
commit | e53118ea32370b5c57c61ae5e8125883acfb641b (patch) | |
tree | f6fe6a25d0f8b29a78ad05e62e0fbb274b352720 /lib/Support/CMakeLists.txt | |
parent | e3cd5ca7e79f4359e8a101c211fc9c117eb62347 (diff) |
Update CMake files to account for new location of Threading.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index da80eaa07a..7c8ce706b6 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 |