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 | |
parent | e3cd5ca7e79f4359e8a101c211fc9c117eb62347 (diff) | |
download | external_llvm-e53118ea32370b5c57c61ae5e8125883acfb641b.zip external_llvm-e53118ea32370b5c57c61ae5e8125883acfb641b.tar.gz external_llvm-e53118ea32370b5c57c61ae5e8125883acfb641b.tar.bz2 |
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')
-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 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 |