From: Oscar Fuentes Date: Tue, 25 Aug 2009 00:02:29 +0000 (+0000) Subject: CMake: updated list of source files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2e193f80ebd0230d541013206dd13b0cb2a2d094;p=oota-llvm.git CMake: updated list of source files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79959 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index efa5361b624..05f1ac7d98f 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMSupport Timer.cpp Triple.cpp Twine.cpp + raw_os_ostream.cpp raw_ostream.cpp )