[PATCH] D84788: [ELF] for symver directives, preserve the given symbol's size

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 22:51:31 PST 2021


MaskRay closed this revision.
MaskRay added a comment.

I think st_size is already correct. Please see line 544 `if (!ESize && Base) ESize = Base->getSize();`


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

https://reviews.llvm.org/D84788



More information about the llvm-commits mailing list