ya.make 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Generated by devtools/yamaker.
  2. INCLUDE(${ARCADIA_ROOT}/build/platform/clang/arch.cmake)
  3. LIBRARY(clang_rt.profile${CLANG_RT_SUFFIX})
  4. VERSION(14.0.6)
  5. LICENSE(
  6. Apache-2.0 AND
  7. Apache-2.0 WITH LLVM-exception AND
  8. MIT AND
  9. NCSA
  10. )
  11. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  12. SUBSCRIBER(g:cpp-contrib)
  13. ADDINCL(
  14. contrib/libs/clang14-rt/include
  15. contrib/libs/clang14-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. -fcommon
  25. -fno-lto
  26. -fno-exceptions
  27. )
  28. SRCS(
  29. GCDAProfiling.c
  30. InstrProfiling.c
  31. InstrProfilingBuffer.c
  32. InstrProfilingFile.c
  33. InstrProfilingInternal.c
  34. InstrProfilingMerge.c
  35. InstrProfilingMergeFile.c
  36. InstrProfilingNameVar.c
  37. InstrProfilingPlatformDarwin.c
  38. InstrProfilingPlatformFuchsia.c
  39. InstrProfilingPlatformLinux.c
  40. InstrProfilingPlatformOther.c
  41. InstrProfilingPlatformWindows.c
  42. InstrProfilingRuntime.cpp
  43. InstrProfilingUtil.c
  44. InstrProfilingValue.c
  45. InstrProfilingVersionVar.c
  46. InstrProfilingWriter.c
  47. )
  48. END()