Allow users of GraphWriter to display graphs asynchronously. This
authorDavid Greene <greened@obbligato.org>
Wed, 8 Jul 2009 21:53:41 +0000 (21:53 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 8 Jul 2009 21:53:41 +0000 (21:53 +0000)
commit229509a8bc2390c4c9c1bd20f777acf29911d452
treee1b98785323b9262ee0588d318c57c3ade39a3b9
parent59629c1d8baeb7407b419cce3b59bea0bb4a2bd9
Allow users of GraphWriter to display graphs asynchronously.  This
provides a way to quickly dump a bunch of graph information to dot files
and display them.  It's a timesaver when working on large systems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75056 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GraphWriter.h
lib/Support/GraphWriter.cpp