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

Zahira Ammarguellat via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 11:06:36 PST 2021


zahiraam created this revision.
zahiraam added a reviewer: bader.
Herald added subscribers: hiraditya, mgorny.
zahiraam requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

A fix has been implemented in the ittap repo to fix an error about implicit fallthrough in a switch that was occurring during self build.
A new tag has been created for that fix. This is to update the tag.


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.319354.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210126/9b8409d4/attachment.bin>


More information about the llvm-commits mailing list