ya.make 677 B

123456789101112131415161718192021222324252627282930313233343536
  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/llvm14
  7. contrib/libs/llvm14/include
  8. contrib/libs/llvm14/lib/BinaryFormat
  9. contrib/libs/llvm14/lib/CodeGen
  10. contrib/libs/llvm14/lib/CodeGen/AsmPrinter
  11. contrib/libs/llvm14/lib/DebugInfo/DWARF
  12. contrib/libs/llvm14/lib/MC
  13. contrib/libs/llvm14/lib/Object
  14. contrib/libs/llvm14/lib/Support
  15. )
  16. ADDINCL(
  17. contrib/libs/llvm14/lib/DWARFLinker
  18. )
  19. NO_COMPILER_WARNINGS()
  20. NO_UTIL()
  21. SRCS(
  22. DWARFLinker.cpp
  23. DWARFLinkerCompileUnit.cpp
  24. DWARFLinkerDeclContext.cpp
  25. DWARFStreamer.cpp
  26. )
  27. END()