You can write your own FronendActionFactory, and then you have total control over the Action you create and what you want to do with it. I have never done anything with llvm::Modules, so unforeseen problems might arise ;)<br>
<br><div class="gmail_quote">On Sat Aug 16 2014 at 1:01:56 AM Adrian Ortega <<a href="mailto:elfus0.1@gmail.com">elfus0.1@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I am trying to run an EmitLLVMOnlyAction using libtooling. I am<br>
following this webpage<br>
<a href="http://llvm.org/releases/3.4/tools/clang/docs/LibTooling.html" target="_blank">http://llvm.org/releases/3.4/<u></u>tools/clang/docs/LibTooling.<u></u>html</a><br>
<br>
And it actually works, but what I'm trying to do next is to get the<br>
llvm::Module by using the llvm::CodeGenAction::<u></u>takeModule() method. I<br>
took a quick look at the code, and seems that for every translation unit<br>
a different FrontendAction (EmitLLVMOnlyAction).<br>
<br>
The question is:<br>
Is there a way to get a pointer to that FrontendAction<br>
(EmitLLVMOnlyAction) created by ClangTool so I can play with the<br>
llvm::Modules?<br>
______________________________<u></u>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-dev</a><br>
</blockquote></div>