Remove the use of "IncludeFile" from this support facility. The mechanism
[oota-llvm.git] / include / llvm / Linker.h
index 21f32afb3c0122a9afc9fabd4e5e39d8126adad4..b260dc3fc17e8b2731784abff4d9cd582c1a1f49 100644 (file)
@@ -53,7 +53,7 @@ class Linker {
     enum ControlFlags {
       Verbose       = 1, ///< Print to std::cerr what steps the linker is taking
       QuietWarnings = 2, ///< Don't print errors and warnings to std::cerr.
-      QuietErrors   = 4, ///< Indicate that this link is for a native executable
+      QuietErrors   = 4  ///< Indicate that this link is for a native executable
     };
 
   /// @}