diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-16 17:45:38 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-16 17:45:38 +0000 |
commit | c791c376337d939d6658d90dd7b614fe6bea5097 (patch) | |
tree | 041e44b65a8695cf62f46de1dd7c77c61c44961b /llvm | |
parent | eb105f99ec5e535c1c557b300158c1c863336838 (diff) | |
download | bcm5719-llvm-c791c376337d939d6658d90dd7b614fe6bea5097.tar.gz bcm5719-llvm-c791c376337d939d6658d90dd7b614fe6bea5097.zip |
Add Threading.cpp to the CMake project files
llvm-svn: 73516
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 7c8ce706b61..da80eaa07a3 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -25,6 +25,7 @@ add_llvm_library(LLVMSupport StringMap.cpp StringPool.cpp SystemUtils.cpp + Threading.cpp Timer.cpp Triple.cpp raw_ostream.cpp |