[PATCH] D102995: errorUnsupported should be non-fatal

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 20:11:26 PDT 2021


craig.topper added a comment.

"fatal" in the comment means don't diagnose any additional errors and immediately stop. We attempt to recover to detect more errors, but the emitted binary code is likely incorrect. I don't think we can just emit a warning.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102995/new/

https://reviews.llvm.org/D102995



More information about the llvm-commits mailing list