[llvm] [Tablegen] Add keyword `dump`. (PR #68793)
Francesco Petrogalli via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 12 03:47:24 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;
----------------
fpetrogalli wrote:
Hum - how could I have put the code for E.dump in the code for E.Assertion? They use different methods...
Anyway - if you are OK in keeping it as it is, please resolve the conversation :)
https://github.com/llvm/llvm-project/pull/68793
More information about the llvm-commits
mailing list