[PATCH] D21018: [ELF] - Basic versioned symbols support implemented.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 05:05:14 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

Patch implements basic support of versioned symbols.
There is no wildcards patterns matching except local: *;
There is no support for hierarchies.
There is no support for symbols overrides (@ vs @@ not handled).

This patch allows programs that using simple scripts to link and run.

http://reviews.llvm.org/D21018

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/SymbolListFile.cpp
  ELF/SymbolListFile.h
  ELF/SymbolTable.cpp
  ELF/Symbols.h
  ELF/Writer.cpp
  test/ELF/Inputs/verdef.s
  test/ELF/verdef.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21018.59706.patch
Type: text/x-patch
Size: 21192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160606/e6b096c3/attachment.bin>


More information about the llvm-commits mailing list