http://llvm.org/bugs/show_bug.cgi?id=10585
Summary: Segmentation fault when linking bc's with same aliases
Product: tools
Version: trunk
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: llvm-link
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
I have two identical bitcode files, produced from this code:
@zend_error_noreturn = alias weak_odr void (i32, i8*, ...)* @zend_error
declare void @zend_error(i32, i8*, ...)
When i try to link them with llvm-link or llvm-ld, i get a segmentation fault
error.
To reproduce:
cp 1.bc 2.bc
llvm-link 1.bc 2.bc
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs