[LLVMbugs] [Bug 4494] New: gold: should have a flag to dump the module

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jul 2 04:16:29 PDT 2009


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

           Summary: gold: should have a flag to dump the module
           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


When bugs are encountered during LTO, it is currently hard to debug, because
llvm-ld doesn't always reproduce the bug.

It would be useful to be able to dump the module after linking, or just before
linking.

For example this assertion doesn't reproduce with llvm-ld
 Assertion failed: (ATI != AbstractTypeMap.end() && "Abstract type not in
AbstractTypeMap?"), function MoveConstant.


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