commit | e376d16f95cf97a93c96751490d58e72a31297bf | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Fri Apr 03 17:22:36 2015 +0000 |
committer | Matthias Braun <matze@braunis.de> | Fri Apr 03 17:22:36 2015 +0000 |
tree | 82ce3ecf526f97ee5aaa49d84e33a954141c4828 | |
parent | eaa9266ec516b66c4aba79988c67dad39357b59a [diff] |
[GraphWriter] Attempt to open .dot files with xdg-open/open first Most desktop environments let the users specify his preferred application per file type. On mac/linux we can use open/xdg-open for that and should try this first before starting a heuristic search for various programs. Differential Revision: http://reviews.llvm.org/D6534 llvm-svn: 234031