diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-03-11 07:51:23 +0000 | 
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-03-11 07:51:23 +0000 | 
| commit | a3b221f9a92425ebc7db6013634ce4ce70a76511 (patch) | |
| tree | 2f07d52707a0c0c4f4441cdc0a0d49aceed2ab7d | |
| parent | bbbbe4eaafec9f46c853c7209145de73a3b7bab3 (diff) | |
| download | bcm5719-llvm-a3b221f9a92425ebc7db6013634ce4ce70a76511.tar.gz bcm5719-llvm-a3b221f9a92425ebc7db6013634ce4ce70a76511.zip  | |
Update CMake build.
llvm-svn: 98250
| -rw-r--r-- | llvm/lib/System/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/CMakeLists.txt b/llvm/lib/System/CMakeLists.txt index a56a1f78bb7..f311e86ef15 100644 --- a/llvm/lib/System/CMakeLists.txt +++ b/llvm/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  | 

