[PATCH] D115603: [ELF] Remove needsPltAddr in favor of needsCopy

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 04:53:59 PST 2021


ikudrin added a comment.

`needsCopy` is declared as a temporary flag and, according to its comment, should not be used after `postScanRelocations()`. Because the usage is extended, that should be reflected in the comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115603



More information about the llvm-commits mailing list