[llvm-dev] lld: ELF/COFF main() interface

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 8 06:19:30 PST 2016


On Thu, Jan 07, 2016 at 11:44:28PM +0000, Chandler Carruth via llvm-dev wrote:
> The fact that the code propagates errors all the way up is fine, and even
> good. We don't necessarily need to be able to *recover* from link errors
> and try some other path.

Just to clarify this: errors can be fatal as far as the linking process
is considered, but they should allow enough recovery to get rid of the
LLD instance and associated ressources.

Joerg


More information about the llvm-dev mailing list