mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da80ff6ae6
commit
fcb5b831f6
@ -778,10 +778,10 @@ void cl::ParseCommandLineOptions(int argc, char **argv,
|
||||
free(*i);
|
||||
}
|
||||
|
||||
DEBUG(errs() << "Args: ";
|
||||
DEBUG(dbgs() << "Args: ";
|
||||
for (int i = 0; i < argc; ++i)
|
||||
errs() << argv[i] << ' ';
|
||||
errs() << '\n';
|
||||
dbgs() << argv[i] << ' ';
|
||||
dbgs() << '\n';
|
||||
);
|
||||
|
||||
// If we had an error processing our arguments, don't let the program execute
|
||||
|
Loading…
Reference in New Issue
Block a user