[cfe-users] Dumping CFG with clang -cc1 -analyze -analyzer-checker=debug.DumpCFG

Prateek Saxen thisisprateeksaxena at gmail.com
Thu Feb 28 20:06:48 PST 2013


When dumping CFG using the above-mentioned option, I get the following 
output on the screen:

$ Writing '/tmp/llvm_IqkHDb/CFG.dot'...  done.

I want to CFG.dot file to be created a particular directory instead of 
/tmp/llvm_*random*/.
How do I specify this information in the command?



More information about the cfe-users mailing list