aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-09-01 17:01:02 +0000
committerTed Kremenek <kremenek@apple.com>2009-09-01 17:01:02 +0000
commit3efbb51978df6a37350f8d9d8c67ff3a988ad585 (patch)
tree63c5941837dbbaf7c5e5cce259c9d277fa0937a3 /lib
parent90cc01b4e49618f75a3cb899cefaa0abe9ca7066 (diff)
downloadexternal_llvm-3efbb51978df6a37350f8d9d8c67ff3a988ad585.zip
external_llvm-3efbb51978df6a37350f8d9d8c67ff3a988ad585.tar.gz
external_llvm-3efbb51978df6a37350f8d9d8c67ff3a988ad585.tar.bz2
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/CMakeLists.txt2
-rw-r--r--lib/Transforms/Instrumentation/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index 0144b28..77e738b 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 d7c518d..83e12e1 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
)