[LLVMbugs] [Bug 14616] New: [MC] Symbol difference with unknown section results in assertion `SD->getFragment() && "Invalid getOffset() on undefined symbol!"'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 16 10:25:09 PST 2012


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

             Bug #: 14616
           Summary: [MC] Symbol difference with unknown section results in
                    assertion `SD->getFragment() && "Invalid getOffset()
                    on undefined symbol!"'
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Test case:

    .hidden foo
    .hidden foo_end

foo:

.data

foo_size:
    .long foo - foo_end

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