From 358cf1631a7e416745bd2cb428cef928969465b1 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Thu, 7 Oct 2010 23:12:15 +0000 Subject: [PATCH] Unbreak cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116003 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0