[llvm-commits] [llvm] r80680 - in /llvm/trunk/lib: Support/CMakeLists.txt Transforms/Instrumentation/CMakeLists.txt
Ted Kremenek
kremenek at apple.com
Tue Sep 1 10:01:02 PDT 2009
Author: kremenek
Date: Tue Sep 1 12:01:02 2009
New Revision: 80680
URL: http://llvm.org/viewvc/llvm-project?rev=80680&view=rev
Log:
Update CMake files.
Modified:
llvm/trunk/lib/Support/CMakeLists.txt
llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
Modified: llvm/trunk/lib/Support/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/CMakeLists.txt?rev=80680&r1=80679&r2=80680&view=diff
==============================================================================
--- llvm/trunk/lib/Support/CMakeLists.txt (original)
+++ llvm/trunk/lib/Support/CMakeLists.txt Tue Sep 1 12:01:02 2009
@@ -18,6 +18,7 @@
MemoryBuffer.cpp
PluginLoader.cpp
PrettyStackTrace.cpp
+ Regex.cpp
SlowOperationInformer.cpp
SmallPtrSet.cpp
SourceMgr.cpp
@@ -32,7 +33,6 @@
Twine.cpp
raw_os_ostream.cpp
raw_ostream.cpp
- Regex.cpp
regcomp.c
regerror.c
regexec.c
Modified: llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt?rev=80680&r1=80679&r2=80680&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt Tue Sep 1 12:01:02 2009
@@ -1,6 +1,7 @@
add_llvm_library(LLVMInstrumentation
BlockProfiling.cpp
EdgeProfiling.cpp
+ MaximumSpanningTree.cpp
ProfilingUtils.cpp
RSProfiling.cpp
)
More information about the llvm-commits
mailing list