diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-18 23:56:40 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-18 23:56:40 +0000 |
commit | efbdd80d77f52590695192f9f933267c0a2dec8f (patch) | |
tree | 54c64ef73a9495d3039ad44f3abf04672a68dc5a /llvm/lib | |
parent | b0984715381cb5418737f6968e5a7f6f2b69097d (diff) | |
download | bcm5719-llvm-efbdd80d77f52590695192f9f933267c0a2dec8f.tar.gz bcm5719-llvm-efbdd80d77f52590695192f9f933267c0a2dec8f.zip |
Fix the cmake build.
llvm-svn: 131602
Diffstat (limited to 'llvm/lib')
-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 a0e997d349f..64af822e45e 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -35,6 +35,7 @@ add_llvm_library(LLVMSupport SmallPtrSet.cpp SmallVector.cpp SourceMgr.cpp + StandardPasses.cpp Statistic.cpp StringExtras.cpp StringMap.cpp |