[llvm-commits] [PATCH 6/6] F->viewCFG() does not wait any more.

Tobias Grosser grosser at fim.uni-passau.de
Tue Jul 5 08:23:32 PDT 2011


F->viewCFG() is mainly used from the debugger. There it is often useful to
keep the graph available, while continuing debugging. Hence, we do not want to
wait until the graph viewer is closed, but return immediately. This patch does
not change the blocking behaviour of 'opt -view-cfg'.
---
 include/llvm/Support/GraphWriter.h |    5 +++--
 lib/Analysis/CFGPrinter.cpp        |   14 ++++++++++----
 2 files changed, 13 insertions(+), 6 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-F-viewCFG-does-not-wait-any-more.patch
Type: text/x-patch
Size: 2294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110705/4954e3e5/attachment.bin>


More information about the llvm-commits mailing list