search for: aefb7e2

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

Did you mean: aefb7e2e
2011 Jan 18
0
[LLVMdev] compiling a call to function in compiler
...h the types of what you are trying to pass. You should debug which one it is and why the types aren't matching what you think they should be. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110117/aefb7e2e/attachment.html>
2011 Jan 18
2
[LLVMdev] compiling a call to function in compiler
Hi, I'm trying to follow the advice from this message: http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-October/017574.html, to create a call instruction from a function pointer. But I'm getting... Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file /usr/local/include/llvm/Support/Casting.h, line 202.