aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
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
commit358cf1631a7e416745bd2cb428cef928969465b1 (patch)
treefe8b7880b91d48ec069bd97a4d38bbf69aa06b10 /lib/Support/CMakeLists.txt
parent344d9db97062736cd66da6c07baa9108b6cfa419 (diff)
Unbreak cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-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