mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Make opt honor the quiet option when printing the bytecode warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19294 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6234582764
commit
564a571f62
@ -118,7 +118,7 @@ int main(int argc, char **argv) {
|
||||
// If the output is set to be emitted to standard out, and standard out is a
|
||||
// console, print out a warning message and refuse to do it. We don't impress
|
||||
// anyone by spewing tons of binary goo to a terminal.
|
||||
if (!Force && !NoOutput && !Quiet && CheckBytecodeOutputToConsole(Out)) {
|
||||
if (!Force && !NoOutput && CheckBytecodeOutputToConsole(Out,!Quiet)) {
|
||||
NoOutput = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user