[llvm-bugs] [Bug 30521] New: lld exits non-zero return value linking a library with no entry symbol after 282295
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Sep 25 17:07:45 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30521
Bug ID: 30521
Summary: lld exits non-zero return value linking a library with
no entry symbol after 282295
Product: lld
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: emaste at freebsd.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Linking FreeBSD/arm64 libc after r282295:
% bin/ld.lld $(cat response.txt )
entry symbol not found, assuming 0
feynman% echo $?
1
with r282295 reverted:
% bin/ld.lld $(cat response.txt )
% echo $?
0
The build fails due to the non-zero exit code.
Reproduction cpio available at
https://people.freebsd.org/~emaste/lld/libc-repro.cpio
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160926/da546288/attachment.html>
More information about the llvm-bugs
mailing list