From: Douglas Gregor Date: Wed, 23 Dec 2009 17:03:46 +0000 (+0000) Subject: De-bork CMake build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=734d236aaf7ef19a9699882a26cd6ba2bb1c27c6;p=oota-llvm.git De-bork CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 0001aae813a..f1347f9d0ef 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