davide added inline comments.
================
Comment at: ELF/Driver.cpp:45-46
raw_ostream &Error) {
HasError = false;
+ ErrorCount = 0;
ErrorOS = &Error;
----------------
Any reason to initialize it here instead of inside `struct Configuration` ?
https://reviews.llvm.org/D26981