llvm-project/lld/include/lld
Fangrui Song 941f06282a [lld] Make error handling functions opaque
The inline `lld::error` expands to two function calls `errorHandler` and `error`
where the latter is opaque. Move the functions to .cpp files to decrease code
size.

My x86-64 lld executable is 9KiB smaller.

Reviewed By: #lld-macho, thakis

Differential Revision: https://reviews.llvm.org/D120002
2022-02-17 11:54:57 -08:00
..
Common [lld] Make error handling functions opaque 2022-02-17 11:54:57 -08:00
Core Re-land [LLD] Remove global state in lldCommon 2022-01-20 14:53:26 -05:00