[LLVMbugs] [Bug 4255] New: GlobalVariable.h:99: llvm::Constant* llvm::GlobalVariable:: getInitializer(): Assertion `hasInitializer() && "GV doesn' t have initializer!"' failed.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun May 24 01:55:40 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4255

           Summary: GlobalVariable.h:99: llvm::Constant*
                    llvm::GlobalVariable::getInitializer(): Assertion
                    `hasInitializer() && "GV doesn't have initializer!"'
                    failed.
           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: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


$ opt bugpoint-reduced-simplified.bc -inline -scalarrepl
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

opt: /home/edwin/llvm-svn/llvm/include/llvm/GlobalVariable.h:99:
llvm::Constant* llvm::GlobalVariable::getInitializer(): Assertion
`hasInitializer() && "GV doesn't have initializer!"' failed.
0   opt 0x084ce4e8
Stack dump:
0.      Running pass 'CallGraph Pass Manager' on module
'bugpoint-reduced-simplified.bc'.
Aborted


-- 
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