1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

New tag for ittapi - fix an error related to cross-compiling ITTAPI in LLVM with mingw

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
This commit is contained in:
Alexey Bader 2021-05-14 08:18:49 +03:00
parent 3f7e516e28
commit ae75421161

View 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)