aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-15 05:39:55 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-15 05:39:55 +0000
commit116543b585f16c15e554f192cf419bd39b738f2d (patch)
treeae183a1663bca81d74d35ef53e301653f6c84ad2
parent8cfe914454d378311691903b78155ab6395a4dd0 (diff)
downloadexternal_llvm-116543b585f16c15e554f192cf419bd39b738f2d.zip
external_llvm-116543b585f16c15e554f192cf419bd39b738f2d.tar.gz
external_llvm-116543b585f16c15e554f192cf419bd39b738f2d.tar.bz2
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75746 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index ff24835..5f6dd4c 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -28,6 +28,7 @@ add_llvm_library(LLVMSupport
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
+ TargetRegistry.cpp
Timer.cpp
Triple.cpp
raw_ostream.cpp