diff options
author | Shoaib Meenai <smeenai@fb.com> | 2018-01-08 05:58:36 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2018-01-08 05:58:36 +0000 |
commit | fd3e4b0ea12dab82c6584106e7efb4872ca406f9 (patch) | |
tree | 67341582579f4b07ce83bc5d872608803bee8b2c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3a15fb591e3c65699214911e815bdfab11ac443c (diff) | |
download | llvm-fd3e4b0ea12dab82c6584106e7efb4872ca406f9.zip llvm-fd3e4b0ea12dab82c6584106e7efb4872ca406f9.tar.gz llvm-fd3e4b0ea12dab82c6584106e7efb4872ca406f9.tar.bz2 |
[COFF] Initalize ErrorHandler with CanExitEarly value
Previously, the COFF driver would call exit(1) from the
ErrorHandler in the case of a link error, even if
CanExitEarly=false was specified. Now it initializes
the ErrorHandler in the same way that the ELF driver does.
Patch by Andrew Kelley.
Differential Revision: https://reviews.llvm.org/D41803
llvm-svn: 321983
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions