[PATCH] D39202: lld::COFF: better behavior when using as a library
Andrew Kelley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 12:56:32 PDT 2017
andrewrk accepted this revision.
andrewrk added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/COFF/Driver.cpp:64
Config->ColorDiagnostics = ErrorOS->has_colors();
+ Config->CanExitEarly = CanExitEarly;
----------------
is this necessary?
https://reviews.llvm.org/D39202
More information about the llvm-commits
mailing list