CMakeLists.linux-aarch64.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_library(llvm12-lib-ProfileData)
  7. target_compile_options(llvm12-lib-ProfileData PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(llvm12-lib-ProfileData PRIVATE
  11. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData
  12. )
  13. target_link_libraries(llvm12-lib-ProfileData PUBLIC
  14. contrib-libs-linux-headers
  15. contrib-libs-cxxsupp
  16. contrib-libs-llvm12
  17. libs-llvm12-include
  18. llvm12-lib-Demangle
  19. llvm12-lib-IR
  20. llvm12-lib-Support
  21. )
  22. target_sources(llvm12-lib-ProfileData PRIVATE
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/GCOV.cpp
  24. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProf.cpp
  25. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfReader.cpp
  26. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfWriter.cpp
  27. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/ProfileSummaryBuilder.cpp
  28. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProf.cpp
  29. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfReader.cpp
  30. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfWriter.cpp
  31. )