[PATCH] D26130: [ELF, WIP] - Implemented --symbol-ordering-file option.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 30 10:36:57 PDT 2016


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

This is close to https://reviews.llvm.org/D25766, but uses list of symbols instead of list of sections.
[WIP] because still requires testing on some app to measure difference with/without this patch.


https://reviews.llvm.org/D26130

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/SymbolListFile.cpp
  ELF/SymbolListFile.h
  ELF/Writer.cpp
  test/ELF/symbol-ordering-file.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26130.76337.patch
Type: text/x-patch
Size: 7171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161030/bb186fc6/attachment.bin>


More information about the llvm-commits mailing list