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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to