search for: r110735

Displaying 2 results from an estimated 2 matches for "r110735".

2010 Aug 10
2
[LLVMdev] Patch to fix BrainF runtime assertion failure
Hi all, I downloaded LLVM to play with today and found that the BrainF example compiler fails with an assertion error like so: examples$ ./BrainF -jit /tmp/test.bf BrainF: Instructions.cpp:242: void llvm::CallInst::init(llvm::Value*, llvm::Value* const*, unsigned int): Assertion `(NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams()))
2010 Aug 10
0
[LLVMdev] Patch to fix BrainF runtime assertion failure
On Mon, Aug 09, 2010 at 11:05:52PM -0700, Dan Hipschman wrote: > Could someone apply this for me, please? I just realized I didn't fix up the comments completely. Here's an identical patch plus two comment to reference the new intrinsic suffix. -------------- next part -------------- A non-text attachment was scrubbed... Name: BrainF.patch Type: text/x-diff Size: 1311 bytes Desc: not