diff --git a/llvm/lib/SYCLLowerIR/CMakeLists.txt b/llvm/lib/SYCLLowerIR/CMakeLists.txt index 17e9acec81db7..2a895d7686d94 100644 --- a/llvm/lib/SYCLLowerIR/CMakeLists.txt +++ b/llvm/lib/SYCLLowerIR/CMakeLists.txt @@ -4,10 +4,12 @@ if (NOT TARGET LLVMGenXIntrinsics) if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR) message(STATUS "vc-intrinsics are missing. Will try to download them from github.com") + set(LLVMGenXIntrinsics_GIT_TAG b831d10e49e1fb8fcd92b5b50e2cdc8f9cb6277b) + include(FetchContent) FetchContent_Declare(vc-intrinsics GIT_REPOSITORY https://github.com/intel/vc-intrinsics.git - GIT_TAG b831d10e49e1fb8fcd92b5b50e2cdc8f9cb6277b + GIT_TAG ${LLVMGenXIntrinsics_GIT_TAG} ) FetchContent_MakeAvailable(vc-intrinsics) FetchContent_GetProperties(vc-intrinsics)