ya.make 717 B

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