Displaying 2 results from an estimated 2 matches for "int_gcroot".
2011 Jun 09
0
[LLVMdev] gcroot intrinsic
...what that function is. I’m just getting started
> so it is probably something small and simple but some googling didn’t yield
> much in the way of an answer. Any help is appreciated.
>
Intrinsic functions still need declarations. If you take a look at
http://llvm.org/docs/LangRef.html#int_gcroot and copy the declaration listed
under "syntax" to the top of your .ll file, then it will assemble with
llvm-as.
Nick
****
>
> ** Thanks,
>
> ** **
>
> Todd****
>
> ** **
>
> ----------------------------------------------------****
>
> ** **
>
>...
2011 Jun 09
2
[LLVMdev] gcroot intrinsic
I’ve been tinkering around with some llvm assembly trying out some of the GC related features. When I add a call to @llvm.gcroot, it is consistently acting like it doesn’t know what that function is. I’m just getting started so it is probably something small and simple but some googling didn’t yield much in the way of an answer. Any help is appreciated.
Thanks,
Todd