diff options
author | Fangrui Song <i@maskray.me> | 2021-12-14 09:52:43 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-12-14 09:52:43 -0800 |
commit | b79686c6dcc8dbc478399acaf9cc673531181b65 (patch) | |
tree | 224b115e5f71b8b693db234e4875f61c3d3eaa6c /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | df44aaa50e3632f3528850278bdec1c4a45890b1 (diff) | |
download | llvm-b79686c6dcc8dbc478399acaf9cc673531181b65.zip llvm-b79686c6dcc8dbc478399acaf9cc673531181b65.tar.gz llvm-b79686c6dcc8dbc478399acaf9cc673531181b65.tar.bz2 |
[ELF] Remove needsPltAddr in favor of needsCopy
needsPltAddr is equivalent to `needsCopy && isFunc`. In many places, it is
equivalent to `needsCopy` because the non-STT_FUNC cases are ruled out.
Reviewed By: ikudrin, peter.smith
Differential Revision: https://reviews.llvm.org/D115603
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions