mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Make comments and code for QuietWarnings and QuietErrors
actually correspond to what their names suggest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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.
|
||||
};
|
||||
|
||||
/// @}
|
||||
|
Reference in New Issue
Block a user