summaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
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
commit51381d25afc60ae47b6b74823a3a336fcc605f84 (patch)
treeae183a1663bca81d74d35ef53e301653f6c84ad2 /lib/Support/CMakeLists.txt
parentc08872ec60fc1b8d475d910139c10a12df0f3564 (diff)
downloadllvm-51381d25afc60ae47b6b74823a3a336fcc605f84.tar.gz
llvm-51381d25afc60ae47b6b74823a3a336fcc605f84.tar.bz2
llvm-51381d25afc60ae47b6b74823a3a336fcc605f84.tar.xz
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-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 ff2483531d..5f6dd4c15a 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