diff --git a/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt b/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt index bdbbff1e96cf0..b1f71ff191544 100644 --- a/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt +++ b/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt @@ -34,13 +34,15 @@ endif() if(NATIVECPU_USE_OCK) if(NATIVECPU_OCK_USE_FETCHCONTENT) set(OCK_GIT_INTERNAL_REPO "https://github.com/codeplaysoftware/oneapi-construction-kit.git") - # commit 0e913951b61b709ce5c5c136f7557dd88d6e200c - # Merge: 0cf91055 85624e50 - # Author: Colin Davidson - # Date: Mon Jul 1 15:39:36 2024 +0100 - # Merge pull request #485 from coldav/colin/fix_memmove_bug_finegrained - # Fix risc-v memmove creating memcpy instrinsic - set(OCK_GIT_INTERNAL_TAG 0e913951b61b709ce5c5c136f7557dd88d6e200c) + # commit d983db7aa87fc1a6f7cdb46e3ced63f6f145749e + # Merge: 1d3a925c 2c510ca2 + # Author: Harald van Dijk + # Date: Tue Oct 15 15:50:57 2024 +0100 + # + # Merge pull request #566 from hvdijk/fix-clang-format + # + # clang-format: fix output. + set(OCK_GIT_INTERNAL_TAG d983db7aa87fc1a6f7cdb46e3ced63f6f145749e) # Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set if(OCK_GIT_REPO)