1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Update CMake files.

llvm-svn: 80680
This commit is contained in:
Ted Kremenek 2009-09-01 17:01:02 +00:00
parent ecd541affd
commit 8d7530f61e
2 changed files with 2 additions and 1 deletions

View 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

View File

@ -1,6 +1,7 @@
add_llvm_library(LLVMInstrumentation
BlockProfiling.cpp
EdgeProfiling.cpp
MaximumSpanningTree.cpp
ProfilingUtils.cpp
RSProfiling.cpp
)