ether zhhb
2009-Dec-01 04:32 UTC
[LLVMdev] Viewing graphs while debugging code under windows?
hi all, i just install gv and dotty for windows, but i cant see any way to configure it using cmake. is Viewing graphs under windows supported? and how could i configure it? regards --ether
Eli Friedman
2009-Dec-01 04:41 UTC
[LLVMdev] Viewing graphs while debugging code under windows?
On Mon, Nov 30, 2009 at 8:32 PM, ether zhhb <etherzhhb at gmail.com> wrote:> hi all, > > i just install gv and dotty for windows, but i cant see any way to > configure it using cmake. > > is Viewing graphs under windows supported? and how could i configure it?LLVM doesn't use a specific search path to find the relevant executables for that feature. I don't see any obvious reason why it shouldn't work as long as the relevant executables are available in the PATH. -Eli
ether zhhb
2009-Dec-01 06:29 UTC
[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 dotty for windows, but i cant see any way to >> configure it using cmake. >> >> is Viewing graphs under windows supported? and how could i configure it? > > LLVM doesn't use a specific search path to find the relevant > executables for that feature. I don't see any obvious reason why it > shouldn't work as long as the relevant executables are available in > the PATH. > > -Eli >
Reasonably Related Threads
- [LLVMdev] Viewing graphs while debugging code under windows?
- [LLVMdev] Viewing graphs while debugging code under windows?
- [LLVMdev] Viewing graphs while debugging code under windows?
- [LLVMdev] Viewing graphs while debugging code under windows?
- [LLVMdev] The "scope" of passes