[llvm] 444f02d - New tag for ittapi - fix an error related to cross-compiling ITTAPI in LLVM with mingw

Alexey Bader via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 01:19:52 PDT 2021


Author: Alexey Bader
Date: 2021-05-14T08:18:49+03:00
New Revision: 444f02d73c6d21bf9fe990ee922d995a33ef8de5

URL: https://github.com/llvm/llvm-project/commit/444f02d73c6d21bf9fe990ee922d995a33ef8de5
DIFF: https://github.com/llvm/llvm-project/commit/444f02d73c6d21bf9fe990ee922d995a33ef8de5.diff

LOG: 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

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt b/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
index 13e8b74b2ae34..0c5017c359d6f 100644
--- a/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
+++ b/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
@@ -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)


        


More information about the llvm-commits mailing list