1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix an error about implicit fallthrough during self build - new tag for ittapi.

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.
This commit is contained in:
Alexey Bader 2021-01-27 08:53:38 +03:00
parent 923c60906b
commit efed872d6e

View 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)