Displaying 3 results from an estimated 3 matches for "bc3f25d3".
2012 Nov 01
0
[LLVMdev] Adding comments to generated IR
Hi edA-qa mort-ora-y,
On 01/11/12 09:03, edA-qa mort-ora-y wrote:
> I'm using createPrintModulePass to produce the IR of a created Module.
> I'm wondering if there is some way to insert/attach comments to the
> generated output. That is, prior to a given command, or block, emit a
> comment.
>
> I see the ability to add meta/debug data. Could that somehow be used to
>
2012 Nov 01
2
[LLVMdev] Adding comments to generated IR
...pt: I'm also happy to receive encrypted mail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121101/bc3f25d3/attachment.sig>
2012 Nov 01
3
[LLVMdev] Adding comments to generated IR
I'm using createPrintModulePass to produce the IR of a created Module.
I'm wondering if there is some way to insert/attach comments to the
generated output. That is, prior to a given command, or block, emit a
comment.
I see the ability to add meta/debug data. Could that somehow be used to
get comments into the generated IR? Or is there some other mechanism?
I want to do this to help me