123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # Generated by devtools/yamaker.
- LIBRARY()
- VERSION(16.0.0)
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/llvm16
- contrib/libs/llvm16/include
- contrib/libs/llvm16/lib/Analysis
- contrib/libs/llvm16/lib/CodeGen
- contrib/libs/llvm16/lib/IR
- contrib/libs/llvm16/lib/MC
- contrib/libs/llvm16/lib/Support
- contrib/libs/llvm16/lib/Target
- contrib/libs/llvm16/lib/TargetParser
- contrib/libs/llvm16/lib/Transforms/Utils
- )
- ADDINCL(
- contrib/libs/llvm16/lib/CodeGen/SelectionDAG
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- SRCS(
- 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
- SelectionDAG.cpp
- SelectionDAGAddressAnalysis.cpp
- SelectionDAGBuilder.cpp
- SelectionDAGDumper.cpp
- SelectionDAGISel.cpp
- SelectionDAGPrinter.cpp
- SelectionDAGTargetInfo.cpp
- StatepointLowering.cpp
- TargetLowering.cpp
- )
- END()
|