Displaying 2 results from an estimated 2 matches for "9fb1b1be".
2011 Feb 28
0
[LLVMdev] Extending FunctionType
...s this in lib/PoolAllocate/PoolAllocate.cpp in the
MakeFunctionClone() method.
-- John T.
>
> Thanks in advance, and best regards,
> Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110228/9fb1b1be/attachment.html>
2011 Feb 28
2
[LLVMdev] Extending FunctionType
Hi all,
I am trying to extend a FunctionType to include new parameters. In particular, I want to
ensure that the main function has been declared with both argsc and argsv. However
there seems to be no easy way to accomplish this: llvm::Function::getFunctionType() returns a
a reference to a const object, while modifying only the argument list yields an error during verification
since the