X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FGraphWriter.cpp;h=eab76dff5d586f16938935c93d90d407223e147b;hb=8dc2e288aca23799e6039e480c81ac47d80513d7;hp=31d8d797bedbbb49c7335587d5a2b8ce021e7c99;hpb=9ba8a76f8baaa1092d60ccfbc04e7efdc207c98f;p=oota-llvm.git diff --git a/lib/Support/GraphWriter.cpp b/lib/Support/GraphWriter.cpp index 31d8d797bed..eab76dff5d5 100644 --- a/lib/Support/GraphWriter.cpp +++ b/lib/Support/GraphWriter.cpp @@ -70,6 +70,7 @@ void llvm::DisplayGraph(const sys::Path &Filename) { sys::Path dotty(LLVM_PATH_DOTTY); std::vector args; + args.push_back(dotty.c_str()); args.push_back(Filename.c_str()); args.push_back(0);