diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-23 17:03:46 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-23 17:03:46 +0000 |
commit | 734d236aaf7ef19a9699882a26cd6ba2bb1c27c6 (patch) | |
tree | 74313a1135a12a46756d64d13bb37a11ff4e7140 /lib/Support | |
parent | b5d568cc70506c4cb3aa7abc3370d3ac9411b4a0 (diff) | |
download | external_llvm-734d236aaf7ef19a9699882a26cd6ba2bb1c27c6.zip external_llvm-734d236aaf7ef19a9699882a26cd6ba2bb1c27c6.tar.gz external_llvm-734d236aaf7ef19a9699882a26cd6ba2bb1c27c6.tar.bz2 |
De-bork CMake build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 0001aae..f1347f9 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -3,6 +3,7 @@ add_llvm_library(LLVMSupport APInt.cpp APSInt.cpp Allocator.cpp + circular_raw_ostream.cpp CommandLine.cpp ConstantRange.cpp Debug.cpp |