[PATCH] D39194: [ARM] Include operand class name in dev diags

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 15:07:40 PDT 2017


rengolin added a comment.

In https://reviews.llvm.org/D39194#904317, @olista01 wrote:

> Normal users will only ever see the "invalid operand for instruction" part of the diagnostic, regardess of whether they have assertions enabled or not. The extra info is only enabled when the -arm-arm-parser-dev-diags option is used (the "if (DevDiags)" check above), which isn't even exposed as a clang option (you'd need to pass it through with -mllvm).


Isn't this going to be enabled by default some time in the near future?


Repository:
  rL LLVM

https://reviews.llvm.org/D39194





More information about the llvm-commits mailing list