llvm-for-llvmta/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt

14 lines
215 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMPerfJITEvents
PerfJITEventListener.cpp
LINK_COMPONENTS
CodeGen
Core
DebugInfoDWARF
ExecutionEngine
Object
Support
)
add_dependencies(LLVMPerfJITEvents LLVMCodeGen)