From: John Thompson Date: Thu, 7 Oct 2010 23:12:15 +0000 (+0000) Subject: Unbreak cmake build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=358cf1631a7e416745bd2cb428cef928969465b1;p=oota-llvm.git Unbreak cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 25fce71a6ad..f7e02c9bc0a 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -35,6 +35,7 @@ add_llvm_library(LLVMSupport SystemUtils.cpp TargetRegistry.cpp Timer.cpp + ToolOutputFile.cpp Triple.cpp Twine.cpp raw_os_ostream.cpp