[PATCH] D45261: [ELF] - Allow LLD to produce file symbols.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 15:08:39 PDT 2018
pcc added a comment.
This one seems a little better in my opinion, for the reason you mentioned.
> file1, local1, hidden1, file2, local2, hidden2
It also seems to be the only one that conforms to the ABI because hidden symbols will be STB_LOCAL in the output file.
https://reviews.llvm.org/D45261
More information about the llvm-commits
mailing list