From 8218f6fc6211c646d39fb2ac074dcd7f88f597cd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 24 Jul 2009 07:04:49 +0000 Subject: [PATCH] Update CMake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76957 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.34.1