link.exe supports this option to convert warnings into errors, and it's
useful to support in LLD as well.
Details
Diff Detail
- Build Status
Buildable 11345 Build 11345: arc lint + arc unit
Event Timeline
COFF/Options.td | ||
---|---|---|
87–88 | You should move this down and use the QB multiclass instead. |
COFF/Options.td | ||
---|---|---|
87–88 | QB is defined in the section for unimplemented arguments, so if anything I'd want to move QB up. However, as best as I can tell, QB doesn't allow specifying help text. We already have B, which is what I was using originally, but that only allows specifying help text for the :no part. I could extend either of those macros to accept a help text for both options or introduce a new multiclass, of course. |
COFF/Options.td | ||
---|---|---|
87–88 | Makes sense. I'm fine with this. |
nit: add parentheses on RHS.