aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Thompson <john.thompson.jtsoftware@gmail.com>2010-10-07 23:12:15 +0000
committerJohn Thompson <john.thompson.jtsoftware@gmail.com>2010-10-07 23:12:15 +0000
commitdba0aad0fd5b9995f3bdb703c0fc31f2b56ecd21 (patch)
treefe8b7880b91d48ec069bd97a4d38bbf69aa06b10
parentd4980995131997af5179c527ff134960185ca9e2 (diff)
downloadexternal_llvm-dba0aad0fd5b9995f3bdb703c0fc31f2b56ecd21.tar.gz
external_llvm-dba0aad0fd5b9995f3bdb703c0fc31f2b56ecd21.tar.bz2
external_llvm-dba0aad0fd5b9995f3bdb703c0fc31f2b56ecd21.zip
Unbreak cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116003 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index 25fce71a6a..f7e02c9bc0 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