Skip to content

Commit 2287e4e

Browse files
authored
[SYCL][NFC] Factor out GenXIntrinsics git repo tag. (#3351)
Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
1 parent 128ba13 commit 2287e4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ if (NOT TARGET LLVMGenXIntrinsics)
44
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
55
message(STATUS "vc-intrinsics are missing. Will try to download them from github.com")
66

7+
set(LLVMGenXIntrinsics_GIT_TAG b831d10e49e1fb8fcd92b5b50e2cdc8f9cb6277b)
8+
79
include(FetchContent)
810
FetchContent_Declare(vc-intrinsics
911
GIT_REPOSITORY https://github.com/intel/vc-intrinsics.git
10-
GIT_TAG b831d10e49e1fb8fcd92b5b50e2cdc8f9cb6277b
12+
GIT_TAG ${LLVMGenXIntrinsics_GIT_TAG}
1113
)
1214
FetchContent_MakeAvailable(vc-intrinsics)
1315
FetchContent_GetProperties(vc-intrinsics)

0 commit comments

Comments
 (0)