ya.make 900 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/MC
  10. contrib/libs/llvm16/lib/Support
  11. contrib/libs/llvm16/lib/Target/WebAssembly/TargetInfo
  12. contrib/libs/llvm16/lib/Target/WebAssembly/Utils
  13. contrib/libs/llvm16/lib/TargetParser
  14. )
  15. ADDINCL(
  16. ${ARCADIA_BUILD_ROOT}/contrib/libs/llvm16/lib/Target/WebAssembly
  17. contrib/libs/llvm16/lib/Target/WebAssembly
  18. contrib/libs/llvm16/lib/Target/WebAssembly/MCTargetDesc
  19. )
  20. NO_COMPILER_WARNINGS()
  21. NO_UTIL()
  22. SRCS(
  23. WebAssemblyAsmBackend.cpp
  24. WebAssemblyInstPrinter.cpp
  25. WebAssemblyMCAsmInfo.cpp
  26. WebAssemblyMCCodeEmitter.cpp
  27. WebAssemblyMCTargetDesc.cpp
  28. WebAssemblyTargetStreamer.cpp
  29. WebAssemblyWasmObjectWriter.cpp
  30. )
  31. END()