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

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 15:21:03 PDT 2017


olista01 added a comment.

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

No, the -arm-arm-parser-dev-diags option is intended to permanently be a devlopment option, akin to -debug(-only) and the llvm-mc options like -show-inst, -show-encoding etc. It expands the diagnostics to include things like opcodes and enum values, to make it easier to work out why a more detailed diagnostic wasn't printed.


Repository:
  rL LLVM

https://reviews.llvm.org/D39194





More information about the llvm-commits mailing list