[llvm] [CHERI] Add enum values and LL parse/print support for CHERIoT calling conventions. (PR #156328)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 21 12:36:06 PDT 2025
================
@@ -287,6 +287,18 @@ namespace CallingConv {
// Calling convention for AMDGPU whole wave functions.
AMDGPU_Gfx_WholeWave = 124,
+ /// CHERIoT_CompartmentCall - Calling convention used for CHERI when
----------------
nikic wrote:
```suggestion
/// Calling convention used for CHERI when
```
etc. No need to repeat the enum name in the doc comment.
https://github.com/llvm/llvm-project/pull/156328
More information about the llvm-commits
mailing list