mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Use gv's --spartan option, which trades away an extra row of UI buttons
for more space for displaying the graph. llvm-svn: 49730
This commit is contained in:
parent
9723592fa7
commit
d0162df4c1
@ -57,6 +57,7 @@ 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(0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user