Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
src
/
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
OProfileJIT
/
CMakeLists.txt
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
)