[PATCH] D35612: Given preference to @@ symbols

Rafael Ávila de Espíndola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 23:27:03 PDT 2017


rafael created this revision.
Herald added a subscriber: emaste.

This is an alternative to https://reviews.llvm.org/D35595.

It is a lot more verbose, but it is conceptually simpler: we prefer symbols with a default version (with @@ in the name).

There is hope that we can transition the few users of @@ to @@@:

https://reviews.freebsd.org/D11653#

in which case most of the complication in here can be reverted.


https://reviews.llvm.org/D35612

Files:
  ELF/SymbolTable.cpp
  test/ELF/Inputs/symver-archive1.s
  test/ELF/Inputs/symver-archive2.s
  test/ELF/symver-archive.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35612.107253.patch
Type: text/x-patch
Size: 6028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170719/4c1701f1/attachment.bin>


More information about the llvm-commits mailing list