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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

consider the following:
$ cat /var/tmp/rva.s
.data
foo:
        .secrel32 bar@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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to