Sign in
◑
Theme
swiftshader
/
SwiftShader
/
e8be468b3dc417bac831236cdfbf4e9d53b814d2
/
.
/
third_party
/
llvm-16.0
/
llvm
/
lib
/
ExecutionEngine
/
OProfileJIT
/
CMakeLists.txt
blob: 8d37238221f9f5b69d25f4388b2de1c0135b873f [
file
]
include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_component_library(LLVMOProfileJIT
OProfileJITEventListener.cpp
OProfileWrapper.cpp
LINK_COMPONENTS
DebugInfoDWARF
Support
Object
ExecutionEngine
)