[LLVMdev] Clang plugin - save metadata
Михаил
neonomaly.x at gmail.com
Sat Feb 25 06:00:19 PST 2012
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>
More information about the llvm-dev
mailing list