[PATCH] D125624: [gold] Remove an external dependency to GNU binutils' header file

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 1 18:37:54 PDT 2022


tstellar requested changes to this revision.
tstellar added a comment.
This revision now requires changes to proceed.

What is the motivation for this change?  I really don't like bundling external headers like this, because it can lead to subtle hard to catch bugs.  It also makes it harder to distribute LLVM on operating systems with different versions of binutils.

Even if this change is accepted, we would need to have an attorney review whether or not this changes the license for LLVMgold.so before it can be committed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125624



More information about the cfe-commits mailing list