Displaying 3 results from an estimated 3 matches for "here14".
Did you mean:
here1
2008 Nov 04
1
[LLVMdev] Inserting comments
...tr ([16 x
i8]* @comment4852, i32 0, i32 0), i8* null, i32 0 )
Slightly useful, but then you have to hunt down the definition of
"@comment4852" which isn't great.
... Oh, but llvm.annotation.* is workable (ignoring the unique-ing
append of "14"):
%"------- my comment here14" = call i8 @llvm.annotation.i8( i8 0, i8*
null, i8* null, i32 0 ) ; <i8> [#uses=0]
Thanks!
2008 Nov 04
2
[LLVMdev] Inserting comments
Hi
Anyone have any clever way of inserting a comment (or
comment-ish-thing) that will make it to an .ll that's generated at the
same time as writing out the bitcode?
I'd been hacking comments in using an alloca with the name of the
value being the comment, but just realized that they weren't getting
removed at the codegen level despite being unused (no opt), when I got
a stack
2008 Nov 04
0
[LLVMdev] Inserting comments
On Nov 4, 2008, at 12:57 AM, Scott Graham wrote:
> Hi
>
> Anyone have any clever way of inserting a comment (or
> comment-ish-thing) that will make it to an .ll that's generated at the
> same time as writing out the bitcode?
>
> I'd been hacking comments in using an alloca with the name of the
> value being the comment, but just realized that they weren't