[all-commits] [llvm/llvm-project] de4364: [LLD][MinGW] Add --error-limit=<N> option
alvinhochun via All-commits
all-commits at lists.llvm.org
Thu Nov 10 03:54:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de4364f1ecaa6a5d631cff036b8f31e02841e73d
https://github.com/llvm/llvm-project/commit/de4364f1ecaa6a5d631cff036b8f31e02841e73d
Author: Alvin Wong <alvin at alvinhc.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M lld/COFF/Driver.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/test/COFF/error-limit.test
A lld/test/MinGW/error-limit.test
Log Message:
-----------
[LLD][MinGW] Add --error-limit=<N> option
This maps to -errorlimit:<N> in the COFF linker and is functionally
identical to the same option in the ELF and MachO linker.
Reviewed By: mstorsjo
Differential Revision: https://reviews.llvm.org/D137489
More information about the All-commits
mailing list