mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
b3afc2a215
SelectionDAG-specific parts of TargetLowering. llvm-svn: 101537
27 lines
626 B
CMake
27 lines
626 B
CMake
add_llvm_library(LLVMSelectionDAG
|
|
CallingConvLower.cpp
|
|
DAGCombiner.cpp
|
|
FastISel.cpp
|
|
FunctionLoweringInfo.cpp
|
|
InstrEmitter.cpp
|
|
LegalizeDAG.cpp
|
|
LegalizeFloatTypes.cpp
|
|
LegalizeIntegerTypes.cpp
|
|
LegalizeTypes.cpp
|
|
LegalizeTypesGeneric.cpp
|
|
LegalizeVectorOps.cpp
|
|
LegalizeVectorTypes.cpp
|
|
ScheduleDAGFast.cpp
|
|
ScheduleDAGList.cpp
|
|
ScheduleDAGRRList.cpp
|
|
ScheduleDAGSDNodes.cpp
|
|
SelectionDAG.cpp
|
|
SelectionDAGBuilder.cpp
|
|
SelectionDAGISel.cpp
|
|
SelectionDAGPrinter.cpp
|
|
TargetLowering.cpp
|
|
TargetSelectionDAGInfo.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen)
|