[LLVMbugs] [Bug 18380] New: secrel32 pseudo-op crashes MC layer

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 3 21:31:48 PST 2014


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

            Bug ID: 18380
           Summary: secrel32 pseudo-op crashes MC layer
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

consider the following:
$ cat /var/tmp/rva.s
.data
foo:
        .secrel32 bar at 2

compile with:
~/llvm/build/bin/llvm-mc -triple x86_64-pc-mingw32 /var/tmp/rva.s -filetype
llvm-mc: ~/llvm/MC/MCAssembler.h:1147: llvm::MCSymbolData&
llvm::MCAssembler::getSymbolData(const llvm::MCSymbol&) const: Assertion `Entry
&& "Missing symbol data!"' failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140104/90bce1fd/attachment.html>


More information about the llvm-bugs mailing list