[PATCH] D15327: [ELF] - Implemented --print-gc-sections command line argument.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 02:16:12 PST 2015


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

List all sections removed by garbage collection. This option is only effective if garbage collection has been enabled via the `--gc-sections' option.

http://reviews.llvm.org/D15327

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/gc-sections-print.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15327.42148.patch
Type: text/x-patch
Size: 3377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151208/33829ccf/attachment.bin>


More information about the llvm-commits mailing list