blob: 8d37238221f9f5b69d25f4388b2de1c0135b873f [file] [log] [blame]
include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_component_library(LLVMOProfileJIT
OProfileJITEventListener.cpp
OProfileWrapper.cpp
LINK_COMPONENTS
DebugInfoDWARF
Support
Object
ExecutionEngine
)