[all-commits] [llvm/llvm-project] 64c173: [lld/mac] Write -v output to stderr

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Nov 2 10:59:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64c1734438256639ecf41c8349563c9292a617ac
      https://github.com/llvm/llvm-project/commit/64c1734438256639ecf41c8349563c9292a617ac
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M lld/Common/ErrorHandler.cpp
    M lld/MachO/Driver.cpp
    M lld/include/lld/Common/ErrorHandler.h
    M lld/test/MachO/syslibroot.test

  Log Message:
  -----------
  [lld/mac] Write -v output to stderr

This matches ld64, and it's conceivable that projects try to read
this information off stderr for that reason.

--version keeps writing to stdout.

Differential Revision: https://reviews.llvm.org/D113020




More information about the All-commits mailing list