123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # Generated by devtools/yamaker.
- LIBRARY()
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/llvm16
- contrib/libs/llvm16/lib/BinaryFormat
- contrib/libs/llvm16/lib/Object
- contrib/libs/llvm16/lib/Support
- contrib/libs/llvm16/lib/TargetParser
- )
- ADDINCL(
- contrib/libs/llvm16/lib/DebugInfo/DWARF
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- SRCS(
- DWARFAbbreviationDeclaration.cpp
- DWARFAcceleratorTable.cpp
- DWARFAddressRange.cpp
- DWARFCompileUnit.cpp
- DWARFContext.cpp
- DWARFDataExtractor.cpp
- DWARFDebugAbbrev.cpp
- DWARFDebugAddr.cpp
- DWARFDebugArangeSet.cpp
- DWARFDebugAranges.cpp
- DWARFDebugFrame.cpp
- DWARFDebugInfoEntry.cpp
- DWARFDebugLine.cpp
- DWARFDebugLoc.cpp
- DWARFDebugMacro.cpp
- DWARFDebugPubTable.cpp
- DWARFDebugRangeList.cpp
- DWARFDebugRnglists.cpp
- DWARFDie.cpp
- DWARFExpression.cpp
- DWARFFormValue.cpp
- DWARFGdbIndex.cpp
- DWARFListTable.cpp
- DWARFLocationExpression.cpp
- DWARFTypePrinter.cpp
- DWARFTypeUnit.cpp
- DWARFUnit.cpp
- DWARFUnitIndex.cpp
- DWARFVerifier.cpp
- )
- END()
|