[all-commits] [llvm/llvm-project] b123b7: [NFC] Fix build error: multi-line comment in openc...
Wenju He via All-commits
all-commits at lists.llvm.org
Fri Dec 12 02:31:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b123b7059f5a392441e47b4cfe51293e47718d50
https://github.com/llvm/llvm-project/commit/b123b7059f5a392441e47b4cfe51293e47718d50
Author: Wenju He <wenju.he at intel.com>
Date: 2025-12-12 (Fri, 12 Dec 2025)
Changed paths:
M clang/lib/Headers/opencl-c.h
Log Message:
-----------
[NFC] Fix build error: multi-line comment in opencl-c.h (#171953)
Fix build error after enabling cl_ext_float_atomics in downstream target:
opencl-c.h:13798:80: error: multi-line // comment [-Werror,-Wcomment]
13798 | #endif // defined(__opencl_c_ext_fp16_global_atomic_min_max) && \
Patch By: Jinsong Ji <jinsong.ji at intel.com>
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