ya.make 534 B

123456789101112131415161718192021222324252627282930
  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/include
  8. contrib/libs/llvm16/lib/MC
  9. contrib/libs/llvm16/lib/Support
  10. )
  11. ADDINCL(
  12. ${ARCADIA_BUILD_ROOT}/contrib/libs/llvm16/lib/Target/WebAssembly
  13. contrib/libs/llvm16/lib/Target/WebAssembly
  14. contrib/libs/llvm16/lib/Target/WebAssembly/TargetInfo
  15. )
  16. NO_COMPILER_WARNINGS()
  17. NO_UTIL()
  18. SRCS(
  19. WebAssemblyTargetInfo.cpp
  20. )
  21. END()