[PATCH] D102471: New tag for ittapi - fix an error related to cross-compiling ITTAPI in LLVM with mingw

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG444f02d73c6d: New tag for ittapi - fix an error related to cross-compiling ITTAPI in LLVM… (authored by bader).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102471/new/

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.345368.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/f1c98bc2/attachment.bin>


More information about the llvm-commits mailing list