diff options
author | David Blaikie <dblaikie@gmail.com> | 2017-02-19 02:25:47 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2017-02-19 02:25:47 +0000 |
commit | 4cdfe69982e38455226014621fa81252ab946f66 (patch) | |
tree | 36018afeb0b6397c61ae02310b9cb76d85ecb98f /llvm/lib/Support/CommandLine.cpp | |
parent | 007c93b2b97ad0f0ca07f0798e42d2a8d432b9ae (diff) | |
download | llvm-4cdfe69982e38455226014621fa81252ab946f66.zip llvm-4cdfe69982e38455226014621fa81252ab946f66.tar.gz llvm-4cdfe69982e38455226014621fa81252ab946f66.tar.bz2 |
Revert "[COFF] support /ERRORLIMIT option"
Behavior races on ErrorCount. If the enqueued paths are evaluated
eagerly (in enqueuePath) then the behavior is as the test expects. But
they may not be evaluated until the future is waited on, in run() -
which is after the early return/exit on ErrorCount. (this causes the
test to fail (because in the "/ERRORCOUNT:XYZ" test, no other errors
are printed), at least for me, on linux)
This reverts commit r295507.
llvm-svn: 295590
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions