[llvm] [TableGen][Docs] Fix productionlists for assert and dump (PR #123739)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 03:04:29 PST 2025
================
@@ -1302,7 +1302,7 @@ output. It is intended for debugging purpose.
instantiation point of the containing record.
.. productionlist::
- Dump: "dump" `string` ";"
+ Dump: "dump" `Value` ";"
----------------
jayfoad wrote:
> A subtlety is that even record types are accepted by dump (it silently wraps them in !repr), but I'm not sure if we should advertise that as well.
Yes I think that should be documented - but not in this patch.
https://github.com/llvm/llvm-project/pull/123739
More information about the llvm-commits
mailing list