New tag for ittapi - fix an error related to cross-compiling ITTAPI in LLVM with...
authorAlexey Bader <alexey.bader@intel.com>
Fri, 14 May 2021 05:18:49 +0000 (08:18 +0300)
committerAlexey Bader <alexey.bader@intel.com>
Fri, 14 May 2021 05:18:49 +0000 (08:18 +0300)
Fix was implemented in the ittap repo to solve an error about cross-compiling ITTAPI in LLVM with mingw.
The problem occurred in the cross-compilation environment for Julia's dependencies.
The corresponding issue item in ittapi repo: https://github.com/intel/ittapi/issues/19
A new tag was created in ittapi repo for that fix.

This patch contains changes to update the ittapi tag in LLVM.

Reviewed By: bader

Differential Revision: https://reviews.llvm.org/D102471

llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt

index 13e8b74..0c5017c 100644 (file)
@@ -5,7 +5,7 @@ if(NOT DEFINED ITTAPI_GIT_REPOSITORY)
 endif()
 
 if(NOT DEFINED ITTAPI_GIT_TAG)
-    set(ITTAPI_GIT_TAG v3.18.10)
+    set(ITTAPI_GIT_TAG v3.18.12)
 endif()
 
 if(NOT DEFINED ITTAPI_SOURCE_DIR)