ya.make 822 B

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