This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from e41946a30 Use ArgList::hasFlag(). new e3695fa58 [COFF] Clean up boolean flag handling new f0843f82b [COFF] Add support for /WX
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/Config.h | 1 + COFF/Driver.cpp | 46 ++++++++++++++++++++++++++-------------------- COFF/DriverUtils.cpp | 3 +++ COFF/Error.cpp | 5 +++++ COFF/Options.td | 47 ++++++++++++++++++++++++++++++----------------- test/COFF/wx.s | 17 +++++++++++++++++ 6 files changed, 82 insertions(+), 37 deletions(-) create mode 100644 test/COFF/wx.s