# This file was generated by the build system used internally in the Yandex monorepo. # Only simple modifications are allowed (adding source-files to targets, adding simple properties # like target_include_directories). These modifications will be ported to original # ya.make files by maintainers. Any complex modifications which can't be ported back to the # original buildsystem will not be accepted. add_library(lib-ExecutionEngine-PerfJITEvents) target_compile_options(lib-ExecutionEngine-PerfJITEvents PRIVATE $,,-Wno-everything> ) target_include_directories(lib-ExecutionEngine-PerfJITEvents PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/PerfJITEvents ) target_link_libraries(lib-ExecutionEngine-PerfJITEvents PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp contrib-libs-llvm14 llvm14-lib-CodeGen lib-DebugInfo-DWARF llvm14-lib-ExecutionEngine lib-ExecutionEngine-RuntimeDyld llvm14-lib-IR llvm14-lib-Object llvm14-lib-Support ) target_sources(lib-ExecutionEngine-PerfJITEvents PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp )