ya.make 517 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker.
  2. PROGRAM()
  3. VERSION(14.0.6)
  4. LICENSE(Apache-2.0 WITH LLVM-exception)
  5. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  6. PEERDIR(
  7. contrib/libs/llvm14
  8. contrib/libs/llvm14/include
  9. contrib/libs/llvm14/lib/Demangle
  10. contrib/libs/llvm14/lib/Option
  11. contrib/libs/llvm14/lib/Support
  12. )
  13. ADDINCL(
  14. ${ARCADIA_BUILD_ROOT}/contrib/libs/llvm14/tools/llvm-cxxfilt
  15. contrib/libs/llvm14/tools/llvm-cxxfilt
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_UTIL()
  19. SRCS(
  20. llvm-cxxfilt.cpp
  21. )
  22. END()