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 ffef31717750d3f15bfd2f18d9cd7f4677fe9d3e
38
- # Merge: 574307afde 0b00238554
37
+ # commit 03e6497dfcc06b0ef6bdeeb8fefd7fdc24de4287
38
+ # Merge: df8de76a56 413b59ebe2
39
39
# Author: Harald van Dijk <harald.vandijk@codeplay.com>
40
- # Date: Fri Apr 4 16:26:38 2025 +0100
40
+ # Date: Sat May 17 20:52:27 2025 +0100
41
41
#
42
- # Merge pull request #751 from hvdijk/llvm21-address-space
42
+ # Merge pull request #822 from coldav/colin/remove_ca_enable_api
43
43
#
44
- # [LLVM 21] Take address space into account for legality.
45
- set (OCK_GIT_INTERNAL_TAG ffef31717750d3f15bfd2f18d9cd7f4677fe9d3e )
44
+ # Remove CA_ENABLE_API as a CMake option
45
+ set (OCK_GIT_INTERNAL_TAG 03e6497dfcc06b0ef6bdeeb8fefd7fdc24de4287 )
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