[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
Tue Jul 28 21:12:45 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/MC/ELF/symver.s:24
+ .global global2
+ .type global2, @object
----------------
You can set the size of global1 instead of adding a new symbol
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84788/new/
https://reviews.llvm.org/D84788
More information about the llvm-commits
mailing list