diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-09 22:43:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-09 22:43:24 +0000 |
commit | 0951052064e1c29c6ac9b873764fa6bfc2685817 (patch) | |
tree | 6eb116c26ff26fbef0f3304d4e4c9bab757aa0fd /Driver/clang.cpp | |
parent | 1ffe281890f3cd7728316b45a1f3dd4d3120af7b (diff) |
make #if 0 code compile, even though it still isn't very useful.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r-- | Driver/clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index c6ace84ea1..1071659016 100644 --- a/Driver/clang.cpp +++ b/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; } |