[LLVMbugs] [Bug 16188] New: lli or llc debug assert appeared
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 31 06:07:19 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16188
Bug ID: 16188
Summary: lli or llc debug assert appeared
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: a.kuzmenko at querix.com.ua
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10601
--> http://llvm.org/bugs/attachment.cgi?id=10601&action=edit
sample file
I'm trying to create simple program using LLVM IR with exception handling. I
can't find proper documentation for step by step explantion. I've created
sample on the basis of:
http://llvm.org/docs/LangRef.html
http://llvm.org/devmtg/2011-09-16/EuroLLVM2011-ExceptionHandling.pdf
but during compilation assert message appeared:
SelectionDAGBuilder shouldn't visit resume instructions!
UNREACHABLE executed at
..\..\..\..\lib\CodeGen\SelectionDAG\SelectionDAGBuilder
.cpp:1885!
Sample file attached.
--
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/20130531/88037fbd/attachment.html>
More information about the llvm-bugs
mailing list