mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Transforms: sort source files in build
Sort target sources. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d913458193
commit
8724a6db6b
@ -1,16 +1,17 @@
|
||||
add_llvm_library(LLVMTransformUtils
|
||||
AddDiscriminators.cpp
|
||||
ASanStackFrameLayout.cpp
|
||||
AddDiscriminators.cpp
|
||||
BasicBlockUtils.cpp
|
||||
BreakCriticalEdges.cpp
|
||||
BuildLibCalls.cpp
|
||||
BypassSlowDivision.cpp
|
||||
CtorUtils.cpp
|
||||
CloneFunction.cpp
|
||||
CloneModule.cpp
|
||||
CmpInstAnalysis.cpp
|
||||
CodeExtractor.cpp
|
||||
CtorUtils.cpp
|
||||
DemoteRegToStack.cpp
|
||||
FlattenCFG.cpp
|
||||
GlobalStatus.cpp
|
||||
InlineFunction.cpp
|
||||
InstructionNamer.cpp
|
||||
@ -29,14 +30,13 @@ add_llvm_library(LLVMTransformUtils
|
||||
PromoteMemoryToRegister.cpp
|
||||
SSAUpdater.cpp
|
||||
SimplifyCFG.cpp
|
||||
FlattenCFG.cpp
|
||||
SimplifyIndVar.cpp
|
||||
SimplifyInstructions.cpp
|
||||
SimplifyLibCalls.cpp
|
||||
SymbolRewriter.cpp
|
||||
UnifyFunctionExitNodes.cpp
|
||||
Utils.cpp
|
||||
ValueMapper.cpp
|
||||
SymbolRewriter.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMTransformUtils intrinsics_gen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user