[all-commits] [llvm/llvm-project] 6273b6: [libc] Change RPC opcode enum definition (#67439)
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Sep 26 13:24:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6273b6d9dcc10b47570e260facad795c7afe87e8
https://github.com/llvm/llvm-project/commit/6273b6d9dcc10b47570e260facad795c7afe87e8
Author: Joseph Huber <35342157+jhuber6 at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M libc/include/llvm-libc-types/rpc_opcodes_t.h
Log Message:
-----------
[libc] Change RPC opcode enum definition (#67439)
Summary:
This enum previously manually specified the value. This just made it
unnecessarily difficult to add new ones without changing everything.
This patch also makes it compatible with C by removing the `:`
annotation and instead using the `LAST` method.
More information about the All-commits
mailing list