summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-120/+0
* [COFF] Add support for /WXShoaib Meenai2017-10-241-0/+5
* lld::COFF: better behavior when using as a libraryRui Ueyama2017-10-231-2/+3
* [lld/pdb] Add some basic linker module symbols.Zachary Turner2017-07-101-3/+2
* Flush output in log()Hans Wennborg2017-04-281-0/+1
* [COFF] support /ERRORLIMIT optionBob Haarman2017-04-051-1/+1
* Do not use errs() or outs() directly. Instead use message(), log() or error()Rui Ueyama2017-02-211-0/+13
* Revert "[COFF] support /ERRORLIMIT option"David Blaikie2017-02-191-2/+1
* [COFF] support /ERRORLIMIT optionBob Haarman2017-02-171-1/+2
* COFF: add error() and warn() to Error.{cpp,h}Bob Haarman2017-01-171-5/+56
* Start using make() in COFF (with a smaller change.)Rui Ueyama2016-12-081-2/+8
* Revert r289084: Start using make() in COFF.Rui Ueyama2016-12-081-8/+1
* Start using make() in COFF.Rui Ueyama2016-12-081-1/+8
* Print error message header in red.Rui Ueyama2016-11-291-1/+12
* COFF: Remove `void error()` functions and use fatal instead.Rui Ueyama2016-07-151-10/+5
* COFF: Rename noreturn error -> fatal.Rui Ueyama2016-07-141-3/+3
* COFF: Rename non-noreturn error -> check.Rui Ueyama2016-07-141-2/+2
* COFF: Switch to new archive writer interface (D21721).Peter Collingbourne2016-06-291-0/+8
* Port the error functions from ELF to COFF.Rafael Espindola2015-08-061-0/+30
OpenPOWER on IntegriCloud