Skip to content

Commit 686a291

Browse files
committed
[ELF] Change Msg to respect stdoutOS
1 parent 24feaab commit 686a291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/Common/ErrorHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ SyncStream::~SyncStream() {
343343
e.log(buf);
344344
break;
345345
case DiagLevel::Msg:
346-
e.message(buf, llvm::outs());
346+
e.message(buf, e.outs());
347347
break;
348348
case DiagLevel::Warn:
349349
e.warn(buf);

0 commit comments

Comments
 (0)