[cfe-dev] IR metadata code generation
Giacomo Tagliabue
giacomo.tag at gmail.com
Tue Feb 19 09:34:11 PST 2013
Hello,
Which files of libcodegen take care of generating llvm metadata nodes?
which methods in particular? I am talking of metadata like that:
; Some unnamed metadata nodes, which are referenced by the named metadata.
!0 = metadata !{metadata !"zero"}
!1 = metadata !{metadata !"one"}
!2 = metadata !{metadata !"two"}
; A named metadata.
!name = !{!0, !1, !2}
Thank you very much
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130219/c837480b/attachment.html>
More information about the cfe-dev
mailing list