ya.make 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Generated by devtools/yamaker.
  2. INCLUDE(${ARCADIA_ROOT}/build/platform/clang/arch.cmake)
  3. LIBRARY(clang_rt.profile${CLANG_RT_SUFFIX})
  4. LICENSE(
  5. Apache-2.0 AND
  6. Apache-2.0 WITH LLVM-exception AND
  7. MIT AND
  8. NCSA
  9. )
  10. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  11. SUBSCRIBER(g:cpp-contrib)
  12. VERSION(16.0.6)
  13. ADDINCL(
  14. contrib/libs/clang16-rt/include
  15. contrib/libs/clang16-rt/lib
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_UTIL()
  19. NO_SANITIZE()
  20. CFLAGS(
  21. -DCOMPILER_RT_HAS_ATOMICS=1
  22. -DCOMPILER_RT_HAS_FCNTL_LCK=1
  23. -DCOMPILER_RT_HAS_UNAME=1
  24. -fno-lto
  25. -fno-exceptions
  26. )
  27. SRCS(
  28. GCDAProfiling.c
  29. InstrProfiling.c
  30. InstrProfilingBuffer.c
  31. InstrProfilingFile.c
  32. InstrProfilingInternal.c
  33. InstrProfilingMerge.c
  34. InstrProfilingMergeFile.c
  35. InstrProfilingNameVar.c
  36. InstrProfilingPlatformDarwin.c
  37. InstrProfilingPlatformFuchsia.c
  38. InstrProfilingPlatformLinux.c
  39. InstrProfilingPlatformOther.c
  40. InstrProfilingPlatformWindows.c
  41. InstrProfilingRuntime.cpp
  42. InstrProfilingUtil.c
  43. InstrProfilingValue.c
  44. InstrProfilingVersionVar.c
  45. InstrProfilingWriter.c
  46. )
  47. END()