ya.make 474 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. VERSION(16.0.0)
  4. LICENSE(Apache-2.0 WITH LLVM-exception)
  5. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  6. PEERDIR(
  7. contrib/libs/llvm16
  8. contrib/libs/llvm16/include
  9. contrib/libs/llvm16/lib/BinaryFormat
  10. contrib/libs/llvm16/lib/IR
  11. contrib/libs/llvm16/lib/Support
  12. )
  13. ADDINCL(
  14. contrib/libs/llvm16/lib/AsmParser
  15. )
  16. NO_COMPILER_WARNINGS()
  17. NO_UTIL()
  18. SRCS(
  19. LLLexer.cpp
  20. LLParser.cpp
  21. Parser.cpp
  22. )
  23. END()