diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2010-10-07 23:12:15 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2010-10-07 23:12:15 +0000 |
commit | 358cf1631a7e416745bd2cb428cef928969465b1 (patch) | |
tree | fe8b7880b91d48ec069bd97a4d38bbf69aa06b10 /lib/Support/CMakeLists.txt | |
parent | 344d9db97062736cd66da6c07baa9108b6cfa419 (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.txt | 1 |
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 |