http://llvm.org/bugs/show_bug.cgi?id=5393
Summary: llvm-link crashes with `Entry == 0 && "Value really did
already have handles?"'
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Linker
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
$ llvm-link php_pcre.ll zlib.ll -o a.bc
llvm-link: Value.cpp:449: void llvm::ValueHandleBase::AddToUseList(): Assertion
`Entry == 0 && "Value really did already have handles?"' failed
the input is given in attach. note that if you compile the files first to .bc,
then llvm-link doesn't crash. changing the order of the input files also
"fixes" the problem.
valgrind report: http://pastebin.com/m4bcbb5d3
--
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