[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 00:53:42 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:
The description above this says "...prints the input string...". Maybe change that to reference `Value` too?
https://github.com/llvm/llvm-project/pull/123739
More information about the llvm-commits
mailing list