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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs