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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 12:43:49 PDT 2022


pcc added inline comments.


================
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
----------------
Can we remove this stuff now?


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