Skip to content

Commit a40deb5

Browse files
author
Georgios Rokos
committed
Temporarily changing vc-intrinsics branch from master to dpcpp_staging because
that branch contains fixes related to upstream LLVM commit b2ee408 which have broken sycl-web builds.
1 parent 9884c53 commit a40deb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (NOT TARGET LLVMGenXIntrinsics)
1414
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
1515
message(STATUS "vc-intrinsics are missing. Will try to download them from github.com")
1616

17-
set( LLVMGenXIntrinsics_GIT_TAG b1db3e55bac23670be4ffbd0da85a9fd0110f593 )
17+
set( LLVMGenXIntrinsics_GIT_TAG dpcpp_staging )
1818

1919
include(FetchContent)
2020
FetchContent_Declare(vc-intrinsics

0 commit comments

Comments
 (0)