summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-02 23:45:13 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-02 23:45:13 +0000
commit2e1296594236e38145a01397a4e6094edbefaaab (patch)
tree023acd6de3fb92d4e159e401046468790641da1e /clang/lib/Frontend/CompilerInstance.cpp
parenta6a60d0d87192d1cd99e46664c00e8e1d8d21da3 (diff)
downloadbcm5719-llvm-2e1296594236e38145a01397a4e6094edbefaaab.tar.gz
bcm5719-llvm-2e1296594236e38145a01397a4e6094edbefaaab.zip
Rename -dependency-graphviz to -dependencncy-dot
llvm-svn: 149645
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index 97dc708cc40..03dc6261708 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -275,8 +275,8 @@ void CompilerInstance::createPreprocessor() {
const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
if (!DepOpts.OutputFile.empty())
AttachDependencyFileGen(*PP, DepOpts);
- if (!DepOpts.GraphvizOutputFile.empty())
- AttachDependencyGraphGen(*PP, DepOpts.GraphvizOutputFile,
+ if (!DepOpts.DOTOutputFile.empty())
+ AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
getHeaderSearchOpts().Sysroot);
OpenPOWER on IntegriCloud