[llvm-bugs] [Bug 25696] New: Graph writer should do something other than call xdg-open on Linux

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 1 14:59:14 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25696

            Bug ID: 25696
           Summary: Graph writer should do something other than call
                    xdg-open on Linux
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: peter at pcc.me.uk
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The xdg-open command relies on an opaque desktop configuration mechanism and
does not support waiting for the command to terminate. Since the graph writer
is a debugging feature we should use a much simpler mechanism to specify the
command to launch. Either an environment variable or command line flag with a
command to launch or just write the .dot files to disk.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151201/2bccd597/attachment.html>


More information about the llvm-bugs mailing list