From: Ted Kremenek Date: Tue, 1 Sep 2009 17:01:02 +0000 (+0000) Subject: Update CMake files. X-Git-Tag: android-x86-6.0-r1~1003^2~15789 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eed51b04e3ea4305ebb19c8c7688713dab554268;p=android-x86%2Fexternal-llvm.git Update CMake files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80680 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 0144b28d2e0..77e738b8b59 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -18,6 +18,7 @@ add_llvm_library(LLVMSupport MemoryBuffer.cpp PluginLoader.cpp PrettyStackTrace.cpp + Regex.cpp SlowOperationInformer.cpp SmallPtrSet.cpp SourceMgr.cpp @@ -32,7 +33,6 @@ add_llvm_library(LLVMSupport Twine.cpp raw_os_ostream.cpp raw_ostream.cpp - Regex.cpp regcomp.c regerror.c regexec.c diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index d7c518d282f..83e12e12d82 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMInstrumentation BlockProfiling.cpp EdgeProfiling.cpp + MaximumSpanningTree.cpp ProfilingUtils.cpp RSProfiling.cpp )