mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a01d34676f
commit
eed51b04e3
@ -18,6 +18,7 @@ add_llvm_library(LLVMSupport
|
|||||||
MemoryBuffer.cpp
|
MemoryBuffer.cpp
|
||||||
PluginLoader.cpp
|
PluginLoader.cpp
|
||||||
PrettyStackTrace.cpp
|
PrettyStackTrace.cpp
|
||||||
|
Regex.cpp
|
||||||
SlowOperationInformer.cpp
|
SlowOperationInformer.cpp
|
||||||
SmallPtrSet.cpp
|
SmallPtrSet.cpp
|
||||||
SourceMgr.cpp
|
SourceMgr.cpp
|
||||||
@ -32,7 +33,6 @@ add_llvm_library(LLVMSupport
|
|||||||
Twine.cpp
|
Twine.cpp
|
||||||
raw_os_ostream.cpp
|
raw_os_ostream.cpp
|
||||||
raw_ostream.cpp
|
raw_ostream.cpp
|
||||||
Regex.cpp
|
|
||||||
regcomp.c
|
regcomp.c
|
||||||
regerror.c
|
regerror.c
|
||||||
regexec.c
|
regexec.c
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
add_llvm_library(LLVMInstrumentation
|
add_llvm_library(LLVMInstrumentation
|
||||||
BlockProfiling.cpp
|
BlockProfiling.cpp
|
||||||
EdgeProfiling.cpp
|
EdgeProfiling.cpp
|
||||||
|
MaximumSpanningTree.cpp
|
||||||
ProfilingUtils.cpp
|
ProfilingUtils.cpp
|
||||||
RSProfiling.cpp
|
RSProfiling.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user