[all-commits] [llvm/llvm-project] 0df4e6: [OpenCL] update address-spaces.cl (#162785)
Henrik G. Olsson via All-commits
all-commits at lists.llvm.org
Thu Oct 9 22:56:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0df4e63798d208d7e0fe1f4693046bbe7f7ca704
https://github.com/llvm/llvm-project/commit/0df4e63798d208d7e0fe1f4693046bbe7f7ca704
Author: Henrik G. Olsson <hnrklssn at gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M clang/test/SemaOpenCL/address-spaces.cl
Log Message:
-----------
[OpenCL] update address-spaces.cl (#162785)
This test was broken by
https://github.com/llvm/llvm-project/pull/162714. Previously the
`[[clang::opencl_private]]` attribute was applied first, resulting in
the clashing `__global` attribute being ignored. Now that `__global` is
applied first, it results in an error, and then
`[[clang::opencl_private]]` is applied, resulting in another error.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list