search for: 657b691b

Displaying 1 result from an estimated 1 matches for "657b691b".

2011 Jun 09
1
[LLVMdev] Traverse SelectionDAG in gdb
Hi, I am some difficulty in traversing and quering about selectionDAG. One great way of doing it is through Dot as described in the docs. However, in my case the llvm source code is installed on a remote linux machine and I am accessing it through a Windows PC. So the "popping out" of graphs is not possible. Is there a way that I can dump the output of viewGraph() in a file and run dot