mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
1d1115c0c4
It's a SelectionDAG thing, not a Target thing. llvm-svn: 258939
29 lines
650 B
CMake
29 lines
650 B
CMake
add_llvm_library(LLVMSelectionDAG
|
|
DAGCombiner.cpp
|
|
FastISel.cpp
|
|
FunctionLoweringInfo.cpp
|
|
InstrEmitter.cpp
|
|
LegalizeDAG.cpp
|
|
LegalizeFloatTypes.cpp
|
|
LegalizeIntegerTypes.cpp
|
|
LegalizeTypes.cpp
|
|
LegalizeTypesGeneric.cpp
|
|
LegalizeVectorOps.cpp
|
|
LegalizeVectorTypes.cpp
|
|
ResourcePriorityQueue.cpp
|
|
ScheduleDAGFast.cpp
|
|
ScheduleDAGRRList.cpp
|
|
ScheduleDAGSDNodes.cpp
|
|
ScheduleDAGVLIW.cpp
|
|
SelectionDAGBuilder.cpp
|
|
SelectionDAG.cpp
|
|
SelectionDAGDumper.cpp
|
|
SelectionDAGISel.cpp
|
|
SelectionDAGPrinter.cpp
|
|
SelectionDAGTargetInfo.cpp
|
|
StatepointLowering.cpp
|
|
TargetLowering.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMSelectionDAG intrinsics_gen)
|