Hi!
I've tried to write a plugin for clang using an example.
class PrintInheritanceConsumer : public ASTConsumer {
public:
virtual void HandleTopLevelDecl(DeclGroupRef DG) {
.........
}
};
I need to save Metadata for Type or Module into IR, but I can't find a way
to do this, can you help me?
Thanks!
Yours sincerely,
Kadysev Mikhail
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20120225/6a925ffc/attachment.html>