Wrong error message is fixed and a note of argument is printed.
Tests are added in llvm/test/TableGen/template-args.td.
Differential D156966
[TableGen] Improve error report of unspecified arguments wangpc on Aug 3 2023, 12:00 AM. Authored by
Details Wrong error message is fixed and a note of argument is printed. Tests are added in llvm/test/TableGen/template-args.td.
Diff Detail
Event TimelineComment Actions LGTM, thanks for the quick fix!
Comment Actions Thanks!
|
Just for my understanding, was it decided that :: would mean things in a multiclass? As opposed to single : in a normal class.