search for: gvedit

Displaying 3 results from an estimated 3 matches for "gvedit".

Did you mean: gedit
2009 Dec 01
0
[LLVMdev] Viewing graphs while debugging code under windows?
...the graph at the stage(s) you want to see (DAG combine, legalize, scheduling, etc), for example: llc.exe mykernel.ll -view-legalize-dags -f. The graphs are saved as .dot files in the user's temp directory in a randomly generated subdirectory name that starts with LLVM. I open the file using GVedit.exe and then click on run. I set the layout engine to 'dot' and the output file type to 'png'. The rest of the GVedit settings are the default. Click ok on the settings page and you're done. You should see a .png file in the temp directory. Thanks, Javier On 11/30/2009 10:2...
2009 Dec 01
2
[LLVMdev] Viewing graphs while debugging code under windows?
hi eli, i delete the cache of cmake, and reconfigure the project, but HAVE_GRAPHVIZ still undefine. do you know what i should do? thanks very much. regards --ether On Tue, Dec 1, 2009 at 12:41 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Mon, Nov 30, 2009 at 8:32 PM, ether zhhb <etherzhhb at gmail.com> wrote: >> hi all, >> >> i just install gv and
2009 Dec 01
1
[LLVMdev] Viewing graphs while debugging code under windows?
...ate the graph at the stage(s) you want to see (DAG combine, legalize, scheduling, etc), for example: llc.exe mykernel.ll -view-legalize-dags -f. The graphs are saved as .dot files in the user's temp directory in a randomly generated subdirectory name that starts with LLVM. I open the file using GVedit.exe and then click on run. I set the layout engine to 'dot' and the output file type to 'png'. The rest of the GVedit settings are the default. Click ok on the settings page and you're done. You should see a .png file in the temp directory. Thanks, Javier On 11/30/2009 10:29 P...