[PATCH] D102471: New tag for ittapi - fix an error related to cross-compiling ITTAPI in LLVM with mingw
elena via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 00:54:13 PDT 2021
ekovanov created this revision.
ekovanov added a reviewer: bader.
Herald added subscribers: mstorsjo, hiraditya, mgorny.
ekovanov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102471
Files:
llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
Index: llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
===================================================================
--- llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
+++ llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
@@ -5,7 +5,7 @@
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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102471.345362.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/3741a717/attachment.bin>
More information about the llvm-commits
mailing list