1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # Generated by devtools/yamaker.
- LIBRARY()
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/llvm14
- contrib/libs/llvm14/lib/BinaryFormat
- contrib/libs/llvm14/lib/MC
- contrib/libs/llvm14/lib/Object
- contrib/libs/llvm14/lib/Support
- )
- ADDINCL(
- contrib/libs/llvm14/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
- DWARFTypeUnit.cpp
- DWARFUnit.cpp
- DWARFUnitIndex.cpp
- DWARFVerifier.cpp
- )
- END()
|