[all-commits] [llvm/llvm-project] 6ca50a: [libclc] Correct use of CLC macro on two definitions
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Thu Nov 7 09:49:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ca50a2593641f45b5310d907e6323f5eb367dfa
https://github.com/llvm/llvm-project/commit/6ca50a2593641f45b5310d907e6323f5eb367dfa
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
M libclc/generic/lib/relational/binary_def.inc
M libclc/generic/lib/relational/unary_def.inc
Log Message:
-----------
[libclc] Correct use of CLC macro on two definitions
_CLC_DECL is for declarations and _CLC_DEF for definitions, as the names
imply.
No change to any bitcode module.
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