ya.make 734 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  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/DebugInfo/DWARF
  10. contrib/libs/llvm14/lib/Demangle
  11. contrib/libs/llvm14/lib/IR
  12. contrib/libs/llvm14/lib/Object
  13. contrib/libs/llvm14/lib/Support
  14. )
  15. ADDINCL(
  16. contrib/libs/llvm14/lib/ProfileData
  17. )
  18. NO_COMPILER_WARNINGS()
  19. NO_UTIL()
  20. SRCS(
  21. GCOV.cpp
  22. InstrProf.cpp
  23. InstrProfCorrelator.cpp
  24. InstrProfReader.cpp
  25. InstrProfWriter.cpp
  26. ProfileSummaryBuilder.cpp
  27. RawMemProfReader.cpp
  28. SampleProf.cpp
  29. SampleProfReader.cpp
  30. SampleProfWriter.cpp
  31. )
  32. END()