ya.make 839 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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/DebugInfo/DWARF
  10. contrib/libs/llvm16/lib/DebugInfo/Symbolize
  11. contrib/libs/llvm16/lib/Demangle
  12. contrib/libs/llvm16/lib/IR
  13. contrib/libs/llvm16/lib/Object
  14. contrib/libs/llvm16/lib/Support
  15. contrib/libs/llvm16/lib/TargetParser
  16. )
  17. ADDINCL(
  18. contrib/libs/llvm16/lib/ProfileData
  19. )
  20. NO_COMPILER_WARNINGS()
  21. NO_UTIL()
  22. SRCS(
  23. GCOV.cpp
  24. InstrProf.cpp
  25. InstrProfCorrelator.cpp
  26. InstrProfReader.cpp
  27. InstrProfWriter.cpp
  28. MemProf.cpp
  29. ProfileSummaryBuilder.cpp
  30. RawMemProfReader.cpp
  31. SampleProf.cpp
  32. SampleProfReader.cpp
  33. SampleProfWriter.cpp
  34. )
  35. END()