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: unassignedb...@nondot.org
          Reporter: mryus...@live.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to