[LLVMdev] Intrinsic prototype has incorrect number of arguments!
F van der Meeren
llvm-dev at code2develop.com
Tue Sep 7 13:16:55 PDT 2010
As far as I know, there isn't a C way to do the job (llvm 2.7).
But still, the system should recognize my method/prototype and act on it.
Since the methods are unique by name alone and you can't have 2 globals with the same name in a module...
Or is my logic completely unfounded ?
Filip
On 07 Sep 2010, at 22:08, Eric Christopher wrote:
>
> On Sep 7, 2010, at 12:25 PM, F van der Meeren wrote:
>
>> That won't work when you are trying to limit yourself to C and only C.
>> Is there an LLVM-C alternative?
>
> Hmm... If there isn't then we can easily expand the C bindings to do it.
>
> -eric
More information about the llvm-dev
mailing list