From: Daniel Dunbar Date: Fri, 24 Jul 2009 07:04:49 +0000 (+0000) Subject: Update CMake X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8218f6fc6211c646d39fb2ac074dcd7f88f597cd;p=oota-llvm.git Update CMake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76957 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 5f6dd4c15a5..4a9f77541cd 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 )