llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.11k stars 12.01k forks source link

LLD segfaults while linking FreeBSD EFI loader with -error-limit=0 #30967

Closed emaste closed 7 years ago

emaste commented 7 years ago
Bugzilla Link 31619
Resolution FIXED
Resolved on Jan 12, 2017 11:35
Version unspecified
OS FreeBSD
Blocks llvm/llvm-project#23588

Extended Description

While investigating a failure to link the FreeBSD EFI loader (described in a comment at https://reviews.llvm.org/D28313) I encountered a segfault.

(lldb) bt

Reproducer at https://people.freebsd.org/~emaste/lld/efi_loader.tar.

LLD version r291724.

emaste commented 7 years ago

Fixed by r291765