Make -o work with -E, patch contributed by Shantonu Sen!



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46426 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 02f8321..5eabc72 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -1024,7 +1024,7 @@
   }
     
   case PrintPreprocessedInput:       // -E mode.
-    DoPrintPreprocessedInput(PP);
+    DoPrintPreprocessedInput(PP, OutputFile);
     ClearSourceMgr = true;
     break;