Skip to content

Commit c666567

Browse files
authored
[SYCL][NativeCPU] Update OCK. (#19241)
This removes code to handle the old debug info format, which is being removed across DPC++ in the next LLVM pulldown.
1 parent 4b96a99 commit c666567

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ endif()
3434
if(NATIVECPU_USE_OCK)
3535
if(NATIVECPU_OCK_USE_FETCHCONTENT)
3636
set(OCK_GIT_INTERNAL_REPO "https://github.com/uxlfoundation/oneapi-construction-kit.git")
37-
# commit 007a4924129ef49ca8793631d28ae343f6ba6d24
38-
# Merge: 0135b8d586 9ed4bddff1
37+
# commit d0a32d701e34b3285de7ce776ea36abfec673df7
38+
# Merge: a9f848e0e8 56473a8c25
3939
# Author: Harald van Dijk <harald.vandijk@codeplay.com>
40-
# Date: Wed Jun 11 16:45:25 2025 +0100
40+
# Date: Mon Jun 30 12:24:46 2025 +0100
4141
#
42-
# Merge pull request #864 from hvdijk/llvm21-createelementcount
42+
# Merge pull request #878 from hvdijk/specify-fuse-ld-lld
4343
#
44-
# [LLVM 21] Remove VectorizationFactor, use CreateElementCount.
45-
set(OCK_GIT_INTERNAL_TAG 007a4924129ef49ca8793631d28ae343f6ba6d24)
44+
# [RefSi] Explicitly specify -fuse-ld=lld.
45+
set(OCK_GIT_INTERNAL_TAG d0a32d701e34b3285de7ce776ea36abfec673df7)
4646

4747
# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
4848
if(OCK_GIT_REPO)

0 commit comments

Comments
 (0)