[PATCH] D17529: ELF: Implement ICF.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 16:53:49 PST 2016


ruiu updated this revision to Diff 48992.
ruiu added a comment.

- Added a test for .init and .fini.


http://reviews.llvm.org/D17529

Files:
  ELF/CMakeLists.txt
  ELF/Config.h
  ELF/Driver.cpp
  ELF/ICF.cpp
  ELF/ICF.h
  ELF/InputFiles.cpp
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/Symbols.cpp
  ELF/Symbols.h
  test/ELF/Inputs/icf2.s
  test/ELF/icf1.s
  test/ELF/icf2.s
  test/ELF/icf3.s
  test/ELF/icf4.s
  test/ELF/icf5.s
  test/ELF/icf6.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17529.48992.patch
Type: text/x-patch
Size: 26548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/050c9ca9/attachment.bin>


More information about the llvm-commits mailing list