Update CMake files.
authorTed Kremenek <kremenek@apple.com>
Tue, 1 Sep 2009 17:01:02 +0000 (17:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 1 Sep 2009 17:01:02 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80680 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CMakeLists.txt
lib/Transforms/Instrumentation/CMakeLists.txt

index 0144b28d2e0f1c144de6498fa1933173af76bea1..77e738b8b59fd9e62e674862c287ff04e0a79649 100644 (file)
@@ -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
index d7c518d282f813d1fd5076c290a3ba2308246298..83e12e12d82eaa2760064ead9b495103b19b81fb 100644 (file)
@@ -1,6 +1,7 @@
 add_llvm_library(LLVMInstrumentation
   BlockProfiling.cpp
   EdgeProfiling.cpp
+  MaximumSpanningTree.cpp
   ProfilingUtils.cpp
   RSProfiling.cpp
   )