[PATCH] D53620: [WebAssembly] Error out when block/loop markers mismatch

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 16:10:44 PDT 2018


dschuff added a comment.

I think assertions here are OK as long as the plan of record is is to put error handling into the parsers. If we have assertions, we can't have a test case (until we can test the parser errors) because it would always fail on release builds without asserts.


Repository:
  rL LLVM

https://reviews.llvm.org/D53620





More information about the llvm-commits mailing list