summaryrefslogtreecommitdiff
path: root/lib/System/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-03-11 07:51:23 +0000
committerTed Kremenek <kremenek@apple.com>2010-03-11 07:51:23 +0000
commit41b39e9908ef22f01e51bbb1239d67fe23b53617 (patch)
tree96a3852551e663ffd445230944730258fb0e6101 /lib/System/CMakeLists.txt
parentf27805b5c5a2c58aeea5dc9d305d6dba61b9f2aa (diff)
downloadllvm-41b39e9908ef22f01e51bbb1239d67fe23b53617.tar.gz
llvm-41b39e9908ef22f01e51bbb1239d67fe23b53617.tar.bz2
llvm-41b39e9908ef22f01e51bbb1239d67fe23b53617.tar.xz
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/CMakeLists.txt')
-rw-r--r--lib/System/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt
index a56a1f78bb..f311e86ef1 100644
--- a/lib/System/CMakeLists.txt
+++ b/lib/System/CMakeLists.txt
@@ -12,6 +12,7 @@ add_llvm_library(LLVMSystem
Process.cpp
Program.cpp
RWMutex.cpp
+ SearchForAddressOfSpecialSymbol.cpp
Signals.cpp
ThreadLocal.cpp
Threading.cpp