[llvm] [TableGen][Docs] Fix productionlists for assert and dump (PR #123739)
Akshat Oke via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 01:55:56 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` ";"
----------------
optimisan wrote:
Yes, this seems better.
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.
https://github.com/llvm/llvm-project/pull/123739
More information about the llvm-commits
mailing list