Skip to content

Commit a3c22d0

Browse files
committed
Temporarily change vc-intrinsics branch to dpcpp_staging after d116110
Last argument of `removeAttributesAtIndex()` was changed from `AttrBuilder` to a newly added class `AttributeMask`. dpcpp_staging branch contains the merded fix while master branch doesn't.
1 parent e7ab569 commit a3c22d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ endif()
1212
# NOTE: could have been added earlier from llvm/projects
1313
if (NOT TARGET LLVMGenXIntrinsics)
1414
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
15-
# FIXME: temporarily use a fork of intel/vc-intrinsics.git which is aimed at using the new interface of
16-
# removeAttributesAtIndex after https://reviews.llvm.org/D116110
17-
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/yubingex007-a11y/vc-intrinsics.git)
18-
set(LLVMGenXIntrinsics_GIT_TAG 612e2eeb324f002ddcae6c4534a31c1ba283d7c5)
15+
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
16+
set(LLVMGenXIntrinsics_GIT_TAG dpcpp_staging)
1917

2018
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
2119
include(FetchContent)

0 commit comments

Comments
 (0)