[LLVMbugs] [Bug 4666] New: Assertion `ResolveConstants.empty() && " Constants not resolved?"' failed. on bitcode with metadata
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Aug 1 15:50:32 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4666
Summary: Assertion `ResolveConstants.empty() && "Constants not
resolved?"' failed. on bitcode with metadata
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tomas.l.olsen at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3271)
--> (http://llvm.org/bugs/attachment.cgi?id=3271)
.ll file that doesn't work as .bc
The attached .ll file can be assembled to .bc , but the resulting .bc is not
usable:
$ llvm-as BitManip.ll
$ llc BitManip.bc
llc: /home/tomas/devel/llvm/lib/Bitcode/Reader/BitcodeReader.h:62: void
llvm::BitcodeReaderValueList::clear(): Assertion `ResolveConstants.empty() &&
"Constants not resolved?"' failed.
--
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.
More information about the llvm-bugs
mailing list