We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1381d commit e36cb98Copy full SHA for e36cb98
llvm/lib/SYCLLowerIR/CMakeLists.txt
@@ -4,9 +4,9 @@ if (NOT TARGET LLVMGenXIntrinsics)
4
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
5
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
6
7
- # Date: 15 Apr 2024
8
- # Suppress various deprecation warnings on LLVM 17+
9
- set(LLVMGenXIntrinsics_GIT_TAG cbf0b5d315d2a69fbdf32888e13ae4556890cda9)
+ # Date: 08 May 2024
+ # Fix warning from switch
+ set(LLVMGenXIntrinsics_GIT_TAG b2565a03eb3cac07f5e8000fde971f95dc782c75)
10
11
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
12
include(FetchContent)
0 commit comments