search for: getscopeandinlinedat

Displaying 1 result from an estimated 1 matches for "getscopeandinlinedat".

2013 Sep 22
0
[LLVMdev] An error when insert a function call in the IR
...t an function call in the IR, and causes the following error. and the error seems to happen on some cases. The attached file nest.c can be processes successfully and the nest-ddp.ll is the output file, but the nr__routines.c will fail. llvm-3.2-svn/lib/VMCore/DebugLoc.cpp:60: void llvm::DebugLoc::getScopeAndInlinedAt(llvm::MDNode*&, llvm::MDNode*&, const llvm::LLVMContext&) const: Assertion `unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() && "Invalid ScopeIdx!"' failed. 0 opt 0x0000000000cde472 1 opt 0x0000000000cde147...