diff options
Diffstat (limited to 'clang/Driver/clang.cpp')
| -rw-r--r-- | clang/Driver/clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index 8dfbe59f50d..f2464992b3f 100644 --- a/clang/Driver/clang.cpp +++ b/clang/Driver/clang.cpp @@ -703,7 +703,7 @@ int main(int argc, char **argv) { } case PrintPreprocessedInput: // -E mode. - DoPrintPreprocessedInput(PP); + DoPrintPreprocessedInput(PP, Options); break; case DumpTokens: { // Token dump mode. |

