--fatal-warnings: Treat warnings as errors
Since we temporarily switched reporting of multiple declarations of symbols in
version script from error to warning, this one option seems to be usefull to have.
Also it is usefull itself I think.
Paths
| Differential D21969
[ELF] - Implemented --fatal-warnings option. ClosedPublic Authored by grimar on Jul 4 2016, 5:56 AM.
Details Summary
Since we temporarily switched reporting of multiple declarations of symbols in
Diff Detail
Event Timeline• rafael edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Jul 4 2016, 6:30 AM Closed by commit rL274504: [ELF] - Implemented --fatal-warnings option. (authored by grimar). · Explain WhyJul 4 2016, 6:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 62678 lld/trunk/ELF/Config.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/Error.cpp
lld/trunk/ELF/Options.td
lld/trunk/test/ELF/fatal-warnings.s
|