[llvm-dev] Put ToolInvoker Output Into a String
Dean Michael Berris via llvm-dev
llvm-dev at lists.llvm.org
Tue Aug 28 19:22:08 PDT 2018
> On 29 Aug 2018, at 12:09, The Floating Brain via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hello!
>
> So I am running clang programmatically using clang::tooling::ToolInvocation, however I dont want anything to touch the disk. I am able to read from a virtual file using clang::tooling::ToolInvocation::mapVirtualFile , however I dont know how to output to a virtual file or just to an std::string or char* , I tried passing -o out.S -ivfsoverlay out.S but it still writes to disk and as far as I can tell does not write to the memory I created.
>
> If this isn't the right place for this post or if I need to clarify something please let me know!
I think you want to be sending questions about clang and clang-related tooling questions to the cfe-dev@ mailing list instead.
Cheers
-- Dean
More information about the llvm-dev
mailing list