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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 17:59:18 PDT 2022


ruiu added inline comments.
Herald added a subscriber: Enna1.


================
Comment at: llvm/tools/gold/gold-plugin.cpp:44-52
 // FIXME: remove this declaration when we stop maintaining Ubuntu Quantal and
 // Precise and Debian Wheezy (binutils 2.23 is required)
 #define LDPO_PIE 3
 
 #define LDPT_GET_SYMBOLS_V3 28
 
 // FIXME: Remove when binutils 2.31 (containing gold 1.16) is the minimum
----------------
pcc wrote:
> Can we remove this stuff now?
I believe so, but I'll do that in another patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125624



More information about the llvm-commits mailing list