forked from OSchip/llvm-project
parent
4d2c0f9008
commit
defdbdc5ca
|
@ -23,6 +23,8 @@ add_llvm_library(LLVMCodeGen
|
|||
MachineBasicBlock.cpp
|
||||
MachineDominators.cpp
|
||||
MachineFunction.cpp
|
||||
MachineFunctionAnalysis.cpp
|
||||
MachineFunctionPass.cpp
|
||||
MachineInstr.cpp
|
||||
MachineLICM.cpp
|
||||
MachineLoopInfo.cpp
|
||||
|
|
|
@ -3,7 +3,6 @@ add_llvm_library(LLVMSupport
|
|||
APInt.cpp
|
||||
APSInt.cpp
|
||||
Allocator.cpp
|
||||
Annotation.cpp
|
||||
CommandLine.cpp
|
||||
ConstantRange.cpp
|
||||
Debug.cpp
|
||||
|
|
Loading…
Reference in New Issue