Displaying 1 result from an estimated 1 matches for "write_graphviz".
2007 Jul 04
1
[LLVMdev] Boost Support
I've been doing some experiments with the Boost Graph Library (BGL) and 
interfacing to llvm's GraphWriter system.  I'm using GBL for some custom
work and needed a way to hook BGL's write_graphviz into GraphWriter to use
the existing display infrastructure.
To do this I added a HAVE_BOOST configure item and #ifdef'd the Boost 
support code in GraphWriter.
Is this useful to anyone else?  Is it something desireable to contribute back?
This also opens a larger question about whether maki...