[llvm-bugs] [Bug 37626] New: LLVM ExceptionDemo assert error
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 29 18:30:12 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37626
Bug ID: 37626
Summary: LLVM ExceptionDemo assert error
Product: new-bugs
Version: 5.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mryusolo at live.com
CC: llvm-bugs at lists.llvm.org
I have compiled ExceptionDemo, but when executed, the program is asserting an
error. The specific information is as follows:
ExceptionDemo: /llvm/include/llvm/IR/Instructions.h:874:static
llvm::GetElementPtrInst* llvm::GetElementPtrInst::Create(llvm::Type*,
llvm::values*, llvm::ArrayRef<llvm::Value*>, const llvm::Twine&,
llvm::Instruction*): Assertion 'PointeeType ==
cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()' failed.
Does the demo program verify, or the use of the problem caused an error?
Second, because my project needs to solve the Windows SEH, I refer to the
implementation of the julia, but due to the heavy workload, it is not easy to
transplant, so it is not suitable for my project, I do not have ideas, how can
I use LLVM to implement Windows SEH
--
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/20180530/ab4dab49/attachment.html>
More information about the llvm-bugs
mailing list