[PATCH] D83588: [TableGen][CGS] Print better errors on overlapping InstRW
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 15:31:54 PDT 2020
evandro added inline comments.
================
Comment at: llvm/lib/TableGen/Error.cpp:53
+ std::exit(1);
+}
+
----------------
Please, do not make it fatal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83588/new/
https://reviews.llvm.org/D83588
More information about the llvm-commits
mailing list