Fix an error about implicit fallthrough during self build - new tag for ittapi.
authorAlexey Bader <alexey.bader@intel.com>
Wed, 27 Jan 2021 05:53:38 +0000 (08:53 +0300)
committerAlexey Bader <alexey.bader@intel.com>
Wed, 27 Jan 2021 05:55:52 +0000 (08:55 +0300)
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.

Reviewed By: bader

Differential Revision: https://reviews.llvm.org/D95462

Patch by Zahira Ammarguellat.

llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt

index 9fe3fe0..13e8b74 100644 (file)
@@ -5,7 +5,7 @@ if(NOT DEFINED ITTAPI_GIT_REPOSITORY)
 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)