link.exe supports this option to convert warnings into errors, and it's
useful to support in LLD as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
COFF/Options.td | ||
---|---|---|
87–88 ↗ | (On Diff #119721) | You should move this down and use the QB multiclass instead. |
COFF/Options.td | ||
---|---|---|
87–88 ↗ | (On Diff #119721) | 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 ↗ | (On Diff #119721) | Makes sense. I'm fine with this. |