diff options
Diffstat (limited to 'llvm/include/llvm/Linker.h')
-rw-r--r-- | llvm/include/llvm/Linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Linker.h b/llvm/include/llvm/Linker.h index 1e817b46743..bcba476b34a 100644 --- a/llvm/include/llvm/Linker.h +++ b/llvm/include/llvm/Linker.h @@ -52,8 +52,8 @@ class Linker { /// 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 + QuietWarnings = 2, ///< Don't print warnings to std::cerr. + QuietErrors = 4 ///< Don't print errors to std::cerr. }; /// @} |