[llvm] [Tablegen] Add keywork `dump`. (PR #68793)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 20:09:09 PDT 2023


================
@@ -498,6 +503,18 @@ bool TGParser::resolve(const std::vector<RecordsEntry> &Source,
       else
         CheckAssert(E.Assertion->Loc, Condition, Message);
 
+    } else if (E.Dump) {
+      MapResolver R;
----------------
wangpc-pp wrote:

This code is duplicated with above.

https://github.com/llvm/llvm-project/pull/68793


More information about the llvm-commits mailing list