From a5ff9e354a235ae9bd9d52fd3bb01f2d0f5f3a8a Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 25 Aug 2009 00:02:29 +0000 Subject: [PATCH] CMake: updated list of source files. llvm-svn: 79959 --- llvm/lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index efa5361b6242..05f1ac7d98f2 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/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 )