Displaying 3 results from an estimated 3 matches for "m_impl".
Did you mean:
_impl
2009 Aug 18
0
[LLVMdev] Graphviz and LLVM-TV
...on
which worked for me.
Poolalloc build is also broken right now, but it works enough to be used
with llvm-tv (you only need libLLVMDataStructure).
The current issue is the wxWidgets exception that you'll get when trying to
select a module in the list:
./src/gtk/evtloop.cpp(64): assert "!m_impl" failed in ~wxEventLoop(): should
have been deleted in Run()
I haven't been able to figure out what's going on here. If you are
interested enough in llvm-tv to help me figure it out, let me know.
Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &...
2009 Aug 18
1
[LLVMdev] Graphviz and LLVM-TV
...alloc build is also broken right now, but it works enough to be used
> with llvm-tv (you only need libLLVMDataStructure).
>
> The current issue is the wxWidgets exception that you'll get when trying to
> select a module in the list:
>
> ./src/gtk/evtloop.cpp(64): assert "!m_impl" failed in ~wxEventLoop():
> should have been deleted in Run()
>
> I haven't been able to figure out what's going on here. If you are
> interested enough in llvm-tv to help me figure it out, let me know.
>
OK, I've fixed that too-- take a look and let me know if yo...
2009 Aug 13
2
[LLVMdev] Graphviz and LLVM-TV
Chris Lattner wrote:
On Aug 13, 2009, at 8:56 AM, Ioannis Nousias wrote:
> Hi
>
> I'm trying to get a graphviz output (DOT) of a code I'm compiling. I
> want to see the DFG/CFG of the LLVM assembly, how the operations are
> chained together. The documentation mentions something about calling
> certain methods from within gdb, but isn't there some option when
>