Skip to content

Commit 411c4ed

Browse files
authored
[ReleaseNotes][TableGen] Add dump and !repr. (#68893)
* `dump`, added in #68793 * `!repr`, added in #68716
1 parent 4d8ea66 commit 411c4ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ Changes to building LLVM
6969
Changes to TableGen
7070
-------------------
7171

72+
* Added constructs for debugging TableGen files:
73+
74+
* `dump` keyword to dump messages to standard error, see
75+
https://github.com/llvm/llvm-project/pull/68793.
76+
* `!repr` bang operator to inspect the content of values, see
77+
https://github.com/llvm/llvm-project/pull/68716.
78+
7279
Changes to Interprocedural Optimizations
7380
----------------------------------------
7481

0 commit comments

Comments
 (0)