[llvm-dev] Manually change the OPT

lucas arsego via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 27 09:47:54 PDT 2018


Hello, I need to manually change the OPT commands, since I need to put the
"-cc1 -analyze -analyzer-checker = debug.DumpCFG" command between
optimization steps done by the compiler. In the OPT documentation link
there is nowhere spoken about how to make such manual use.
I need to extract the CFG (Control flow graph) from the source, between
each of the optimization steps made by OPT. I will use these CFGs in my
course completion work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180827/8375b884/attachment.html>


More information about the llvm-dev mailing list