MCAsmInfo: Allow targets to specify when the .section directive should be omitted
[oota-llvm.git] / include / llvm / MC / MCWinCOFFObjectWriter.h
index 956e43642c35f4e3d2cb569c0444b8d74c392f64..e2e95c7df7101c697ccf75b4cd826810441dc9d9 100644 (file)
@@ -16,6 +16,7 @@ class MCFixup;
 class MCObjectWriter;
 class MCValue;
 class raw_ostream;
+class raw_pwrite_stream;
 
   class MCWinCOFFObjectTargetWriter {
     virtual void anchor();
@@ -40,7 +41,7 @@ class raw_ostream;
   /// \param OS - The stream to write to.
   /// \returns The constructed object writer.
   MCObjectWriter *createWinCOFFObjectWriter(MCWinCOFFObjectTargetWriter *MOTW,
-                                            raw_ostream &OS);
+                                            raw_pwrite_stream &OS);
 } // End llvm namespace
 
 #endif