[llvm] [Tablegen] Add keywork `dump`. (PR #68793)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 19:54:24 PDT 2023
================
@@ -170,4 +170,11 @@ void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) {
}
}
+void CheckDump(SMLoc Loc, Init *Message) {
----------------
wangpc-pp wrote:
This is not a `check` I think, it does the `dump`.
Change it to `Dump`, `DoDump` or other more precise name?
https://github.com/llvm/llvm-project/pull/68793
More information about the llvm-commits
mailing list