[PATCH] D125421: [TableGen] Add generation of argument register lists
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 13:26:59 PDT 2022
void updated this revision to Diff 429340.
void added a comment.
Avoid warning about zero-sized arrays:
lib/Target/AArch64/AArch64GenCallingConv.inc:1266:64: warning: zero size arrays are an extension [-Wzero-length-array]
const MCRegister CC_AArch64_DarwinPCS_ILP32_VarArg_ArgRegs[] = { };
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125421/new/
https://reviews.llvm.org/D125421
Files:
llvm/utils/TableGen/CallingConvEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125421.429340.patch
Type: text/x-patch
Size: 7119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220513/b08eb775/attachment.bin>
More information about the llvm-commits
mailing list