aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-24 07:04:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-24 07:04:49 +0000
commita2f6ef53fa8033eeb2a632fdf7b629cf949c7748 (patch)
treec18d78b504e6deca3a6dd409d4ef8a6132624c4f /lib
parentfbf546c2c4af29b799c183ea38926253e3c0db78 (diff)
downloadexternal_llvm-a2f6ef53fa8033eeb2a632fdf7b629cf949c7748.zip
external_llvm-a2f6ef53fa8033eeb2a632fdf7b629cf949c7748.tar.gz
external_llvm-a2f6ef53fa8033eeb2a632fdf7b629cf949c7748.tar.bz2
Update CMake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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 5f6dd4c..4a9f775 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -31,6 +31,7 @@ add_llvm_library(LLVMSupport
TargetRegistry.cpp
Timer.cpp
Triple.cpp
+ Twine.cpp
raw_ostream.cpp
)