[llvm-dev] LLVM Pass that does not print Pass Summary
Zubin Pahuja via llvm-dev
llvm-dev at lists.llvm.org
Thu Dec 14 14:47:47 PST 2017
Hello,
Is there a way to not print Pass summary (that is provided when registering
pass)? Whenever I run opt with -analyze flag, even if I don't write
anything in the virtual print method, it outputs "printing analysis '<Pass
Description>':". I'd like to pipe my comma separated output to a CSV file.
When I pipe without the -analyze flag, it also pipes the bitcode to the
file.
Any help would be appreciated.
Thanks,
Zubin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171214/533452a5/attachment.html>
More information about the llvm-dev
mailing list