Displaying 2 results from an estimated 2 matches for "annotateattribute".
2007 Jun 18
3
[LLVMdev] Annotate attribute
...or local variables use the "llvm.var.annotation" Intrinsic. This
intrinsic has 4 arguments which are the same as the 4 elements in the struct
for the global case.
If you would like to see an example of this, please run the following test:
lvm-gcc -c -emit-llvm test/CFrontend/2007-06-15-AnnotateAttribute.c -O -o -
| llvm-dis
If you have any questions, please let me know.
Thanks,
Tanya
2007 Jun 19
0
[LLVMdev] Annotate attribute
...e "llvm.var.annotation" Intrinsic. This
> intrinsic has 4 arguments which are the same as the 4 elements in the struct
> for the global case.
>
> If you would like to see an example of this, please run the following test:
> lvm-gcc -c -emit-llvm test/CFrontend/2007-06-15-AnnotateAttribute.c -O -o -
> | llvm-dis
>
> If you have any questions, please let me know.
>
> Thanks,
> Tanya
--
Dan Gohman, Cray Inc.