ya.make 557 B

1234567891011121314151617181920212223242526272829303132
  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/lib/DebugInfo/DWARF
  8. contrib/libs/llvm14/lib/DebugInfo/Symbolize
  9. contrib/libs/llvm14/lib/MC
  10. contrib/libs/llvm14/lib/MC/MCParser
  11. contrib/libs/llvm14/lib/Object
  12. contrib/libs/llvm14/lib/Support
  13. )
  14. ADDINCL(
  15. contrib/libs/llvm14/tools/llvm-cfi-verify/lib
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_UTIL()
  19. SRCS(
  20. FileAnalysis.cpp
  21. GraphBuilder.cpp
  22. )
  23. END()