Teach raw_ostream to accept SmallString.
[oota-llvm.git] / tools / dsymutil / dsymutil.h
index 91306931c5884e37c357b495c8685b7f778a1f9e..e9f7cd951878db59a9ee738283c3a518d7cd9c24 100644 (file)
@@ -25,9 +25,10 @@ namespace llvm {
 namespace dsymutil {
 
 struct LinkOptions {
-  bool Verbose;
+  bool Verbose;  ///< Verbosity
+  bool NoOutput; ///< Skip emitting output
 
-  LinkOptions() : Verbose(false) {}
+  LinkOptions() : Verbose(false), NoOutput(false) {}
 };
 
 /// \brief Extract the DebugMap from the given file.