[PATCH] D125688: [MCParser] Set default alignment value when meeting invalid align

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 07:56:58 PDT 2022


serge-sans-paille added a comment.

In D125688#3515834 <https://reviews.llvm.org/D125688#3515834>, @nikic wrote:

> Is it possible to add a test for this?

I wonder... is there a way to make the difference between an error and an abort? Because without this patch we get an error message followed by an abort, and with this patch we only get the error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125688



More information about the llvm-commits mailing list