[PATCH] D26399: [ELF] - Implemented -stats command line option.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 07:32:56 PST 2016


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

-stats flag was not implemented before,
that is the reason of link fail for some FreeBSD ports, for example ncurses 6.0.3.

Initially I wanted just to ignore that flag, but then thought that probably
this can be useful for users when properly implemented.


https://reviews.llvm.org/D26399

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/stats.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26399.77193.patch
Type: text/x-patch
Size: 3338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161108/a1a7d2e8/attachment.bin>


More information about the llvm-commits mailing list