Add a fixed version of r195470 back.
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
index 78c009423c81895466c5b958352af84835e9b85d..2924dcd87630d724b7210ec47f155eb2b7da4c6e 100644 (file)
@@ -82,7 +82,11 @@ public:
     // FIXME: Just ignore the .file; it isn't important enough to fail the
     // entire assembly.
 
-    //report_fatal_error("unsupported directive: '.file'");
+    // report_fatal_error("unsupported directive: '.file'");
+  }
+
+  virtual void EmitIdent(StringRef IdentString) {
+    llvm_unreachable("macho doesn't support this directive");
   }
 
   virtual void FinishImpl();