[PATCH] D14034: [ELF2] Implement --start-group,--end-group

Shankar Easwaran via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 17:25:56 PDT 2015


shankare created this revision.
shankare added reviewers: ruiu, rafael, davide, grimar, ikudrin, Bigcheese.
shankare added a subscriber: llvm-commits.
shankare added a project: lld.

This implements start-group and end-group functionality. Majority of applications on linux need this functionality.

http://reviews.llvm.org/D14034

Files:
  ELF/Driver.cpp
  ELF/Driver.h
  ELF/InputFiles.h
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  ELF/Target.cpp
  test/elf2/Inputs/startendgroup/a.s
  test/elf2/Inputs/startendgroup/b1.s
  test/elf2/Inputs/startendgroup/b11.s
  test/elf2/Inputs/startendgroup/b2.s
  test/elf2/Inputs/startendgroup/c.s
  test/elf2/startendgroup.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14034.38284.patch
Type: text/x-patch
Size: 12254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151024/9478ee7e/attachment.bin>


More information about the llvm-commits mailing list