1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

improve compatibility with various versions of graphviz, patch by

Patrick Boettcher!

llvm-svn: 62592
This commit is contained in:
Chris Lattner 2009-01-20 18:25:03 +00:00
parent 816e00f6a0
commit 8ab719c566

View File

@ -57,8 +57,8 @@ void llvm::DisplayGraph(const sys::Path &Filename) {
sys::Path gv(LLVM_PATH_GV);
args.clear();
args.push_back(gv.c_str());
args.push_back("--spartan");
args.push_back(PSFilename.c_str());
args.push_back("-spartan");
args.push_back(0);
ErrMsg.clear();