File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
llvm/lib/SYCLNativeCPUUtils Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ endif()
34
34
if (NATIVECPU_USE_OCK )
35
35
if (NATIVECPU_OCK_USE_FETCHCONTENT )
36
36
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
39
39
# 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
41
41
#
42
- # Merge pull request #864 from hvdijk/llvm21-createelementcount
42
+ # Merge pull request #878 from hvdijk/specify-fuse-ld-lld
43
43
#
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 )
46
46
47
47
# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
48
48
if (OCK_GIT_REPO )
You can’t perform that action at this time.
0 commit comments