commit | 302b062ccf75dbf45b823f7d59db7f1e197179d8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri May 09 22:43:24 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri May 09 22:43:24 2008 +0000 |
tree | 6eb116c26ff26fbef0f3304d4e4c9bab757aa0fd | |
parent | bf020f3c9649ec3665d10636e5f8f48ea3a0ad17 [diff] [blame] |
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
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index c6ace84..1071659 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp
@@ -1244,7 +1244,7 @@ break; case RewriteMacros: - RewriteMacrosInInput(PP, OutputFile); + RewriteMacrosInInput(PP, InFile, OutputFile); ClearSourceMgr = true; break; }