xref: /llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt (revision 9218ff50f93085d0a16a974db28ca8f14bc66f64)
1add_llvm_component_library(LLVMPerfJITEvents
2  PerfJITEventListener.cpp
3
4  LINK_COMPONENTS
5  CodeGen
6  Core
7  DebugInfoDWARF
8  ExecutionEngine
9  Object
10  Support
11  )
12
13add_dependencies(LLVMPerfJITEvents LLVMCodeGen)
14