[PATCH] D95462: Fix an error about implicit fallthrough during self build - new tag for ittapi.

Alexey Bader via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 00:57:22 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf96767368f5d: Fix an error about implicit fallthrough during self build - new tag for ittapi. (authored by bader).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95462

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.8)
+    set(ITTAPI_GIT_TAG v3.18.10)
 endif()
 
 if(NOT DEFINED ITTAPI_SOURCE_DIR)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95462.319489.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210127/c617ba46/attachment.bin>


More information about the llvm-commits mailing list