This adds support for reporting multiple errors in a single invocation of lld-link. The limit defaults to 20 and can be changed with the /ERRORLIMIT command line parameter, or set to unlimited by passing a value of 0.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4099 Build 4099: arc lint + arc unit
Event Timeline
Comment Actions
Exit Code: 1 Command Output (stderr): -- /mnt/b/sanitizer-buildbot3/sanitizer-x86_64-linux-fast/build/llvm/tools/lld/test/COFF/error-limit.test:30:8: error: expected string not found in input WRONG: could not open 01 ^ <stdin>:3:1: note: scanning from here ^
nit: when you add {}, please add {} to other if-elseif-else.