ya.make 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(Apache-2.0 WITH LLVM-exception)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. PEERDIR(
  6. contrib/libs/llvm16
  7. contrib/libs/llvm16/lib/BinaryFormat
  8. contrib/libs/llvm16/lib/Object
  9. contrib/libs/llvm16/lib/Support
  10. contrib/libs/llvm16/lib/TargetParser
  11. )
  12. ADDINCL(
  13. contrib/libs/llvm16/lib/DebugInfo/DWARF
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_UTIL()
  17. SRCS(
  18. DWARFAbbreviationDeclaration.cpp
  19. DWARFAcceleratorTable.cpp
  20. DWARFAddressRange.cpp
  21. DWARFCompileUnit.cpp
  22. DWARFContext.cpp
  23. DWARFDataExtractor.cpp
  24. DWARFDebugAbbrev.cpp
  25. DWARFDebugAddr.cpp
  26. DWARFDebugArangeSet.cpp
  27. DWARFDebugAranges.cpp
  28. DWARFDebugFrame.cpp
  29. DWARFDebugInfoEntry.cpp
  30. DWARFDebugLine.cpp
  31. DWARFDebugLoc.cpp
  32. DWARFDebugMacro.cpp
  33. DWARFDebugPubTable.cpp
  34. DWARFDebugRangeList.cpp
  35. DWARFDebugRnglists.cpp
  36. DWARFDie.cpp
  37. DWARFExpression.cpp
  38. DWARFFormValue.cpp
  39. DWARFGdbIndex.cpp
  40. DWARFListTable.cpp
  41. DWARFLocationExpression.cpp
  42. DWARFTypePrinter.cpp
  43. DWARFTypeUnit.cpp
  44. DWARFUnit.cpp
  45. DWARFUnitIndex.cpp
  46. DWARFVerifier.cpp
  47. )
  48. END()