[LLVMbugs] [Bug 18381] New: secidx pseudo-op crashes MC layer
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 3 21:39:07 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18381
Bug ID: 18381
Summary: secidx 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:
.secidx bar at 2
run with:
$ ~/llvm/build/bin/llvm-mc -triple x86_64-pc-mingw32 /var/tmp/rva.s -filetype
obj
llvm-mc: ~/llvm/src/include/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/e9bd2a1e/attachment.html>
More information about the llvm-bugs
mailing list