Skip to content

Commit f967673

Browse files
committed
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.
1 parent e3713f1 commit f967673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(NOT DEFINED ITTAPI_GIT_REPOSITORY)
55
endif()
66

77
if(NOT DEFINED ITTAPI_GIT_TAG)
8-
set(ITTAPI_GIT_TAG v3.18.8)
8+
set(ITTAPI_GIT_TAG v3.18.10)
99
endif()
1010

1111
if(NOT DEFINED ITTAPI_SOURCE_DIR)

0 commit comments

Comments
 (0)