We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cbb3f commit b60e093Copy full SHA for b60e093
llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
@@ -6,6 +6,9 @@ set(intel_jit_profiling )
6
if( LLVM_USE_INTEL_JITEVENTS )
7
set(intel_jit_profiling IntelJITProfiling)
8
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../IntelJITProfiling)
9
+ if(NOT DEFINED ITTAPI_SOURCE_DIR)
10
+ set(ITTAPI_SOURCE_DIR ${PROJECT_BINARY_DIR})
11
+ endif()
12
include_directories(${ITTAPI_SOURCE_DIR}/ittapi/include/ )
13
endif()
14
0 commit comments