14 lines
250 B
CMake
14 lines
250 B
CMake
|
|
||
|
include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
||
|
|
||
|
add_llvm_component_library(LLVMOProfileJIT
|
||
|
OProfileJITEventListener.cpp
|
||
|
OProfileWrapper.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
DebugInfoDWARF
|
||
|
Support
|
||
|
Object
|
||
|
ExecutionEngine
|
||
|
)
|