Introduce a new tool_output_file class, which extends raw_ostream with
[oota-llvm.git] / lib / Support / FormattedStream.cpp
index c72b5a1751b4097bf6c74a3411b3b01bf9cc3f6d..77bdfab22076d9f56918e5693f40e474655bffa3 100644 (file)
@@ -98,3 +98,6 @@ formatted_raw_ostream &llvm::fdbgs() {
   static formatted_raw_ostream S(dbgs());
   return S;
 }
+
+/// ~formatted_tool_output_file - Out-of-line destructor.
+formatted_tool_output_file::~formatted_tool_output_file() {}