summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-09 22:43:24 +0000
committerChris Lattner <sabre@nondot.org>2008-05-09 22:43:24 +0000
commit664ef65981badd2f657715f9650e76a682162e5c (patch)
treec3d2b068d8043893390c0744123be7062ecd2907 /clang/Driver/clang.cpp
parentb84407d6ec8a9596a51fae6076f6d6bac66ae057 (diff)
downloadbcm5719-llvm-664ef65981badd2f657715f9650e76a682162e5c.tar.gz
bcm5719-llvm-664ef65981badd2f657715f9650e76a682162e5c.zip
make #if 0 code compile, even though it still isn't very useful.
llvm-svn: 50920
Diffstat (limited to 'clang/Driver/clang.cpp')
-rw-r--r--clang/Driver/clang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index c6ace84ea19..1071659016b 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/Driver/clang.cpp
@@ -1244,7 +1244,7 @@ static void ProcessInputFile(Preprocessor &PP, PreprocessorFactory &PPF,
break;
case RewriteMacros:
- RewriteMacrosInInput(PP, OutputFile);
+ RewriteMacrosInInput(PP, InFile, OutputFile);
ClearSourceMgr = true;
break;
}
OpenPOWER on IntegriCloud