summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt')
-rw-r--r--contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt
deleted file mode 100644
index 799988a..0000000
--- a/contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-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
- 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)
OpenPOWER on IntegriCloud