[PATCH] D12874: [LLD/ELF2] Initial support for local symbols in symtab

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 12:56:22 PDT 2015


davide updated this revision to Diff 34918.
davide added a comment.

New patch:

- refactor to reduce duplication (thank you for keeping me honest)
- use -dynsym instead of -s for test


http://reviews.llvm.org/D12874

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/Options.td
  ELF/Writer.cpp
  test/elf2/basic64be.s
  test/elf2/local-dynamic.s
  test/elf2/local.s
  test/elf2/resolution.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12874.34918.patch
Type: text/x-patch
Size: 13474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150916/ed2ce27c/attachment.bin>


More information about the llvm-commits mailing list