[PATCH] D96310: [llvm-objcopy] Delete --build-id-link-{dir,input,output}

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 01:06:09 PST 2021


jhenderson added a comment.

In D96310#2554489 <https://reviews.llvm.org/D96310#2554489>, @MaskRay wrote:

> In D96310#2553465 <https://reviews.llvm.org/D96310#2553465>, @jhenderson wrote:
>
>> FWIW, I suspect there are many users of LLVM out there who don't monitor llvm-dev, although an email like you sent certainly can't hurt.
>
> I think we cannot and should not care about such users.

Really? What about all the people out there who use systems where the LLVM toolchain is the default? Do you really expect every user who downloads and installs LLVM to have to monitor llvm-dev? I would think that llvm-dev is for developers who develop LLVM primarily, not for general day-to-day end users of the tools. For example, I don't pay much attention to the cfe-dev mailing list, yet I use clang in my Linux environment all the time. If an option was removed from clang at some point, and I happened to have been using it, I'd expect this change to at least be documented in the release notes, along with an alternative suggestion to allow me to solve the problem that I wanted to achieve (I'd still be somewhat annoyed that my. All I'm asking for is the workaround to be explained in the release notes or something else that is publicly visible, so that a user who is impacted by this has a clear path forward.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96310/new/

https://reviews.llvm.org/D96310



More information about the llvm-commits mailing list