From f41f11c37e13586d363387269c8a8d08e00b417b Mon Sep 17 00:00:00 2001 From: John Thompson Date: Thu, 7 Oct 2010 23:12:15 +0000 Subject: [PATCH] Unbreak cmake build. llvm-svn: 116003 --- 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 25fce71a6ad1..f7e02c9bc0a1 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/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