This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Implemented -stats command line option.
AbandonedPublic

Authored by grimar on Nov 8 2016, 7:32 AM.

Details

Reviewers
ruiu
rafael
Summary

-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.

Diff Detail

Event Timeline

grimar updated this revision to Diff 77193.Nov 8 2016, 7:32 AM
grimar retitled this revision from to [ELF] - Implemented -stats command line option..
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: davide, llvm-commits, grimar, evgeny777.
davide added a comment.Nov 8 2016, 9:46 AM

ehm, do you know what they use this for? It's supposed to be a debug only options, it shouldn't ship in any release.

ruiu edited edge metadata.Nov 8 2016, 11:36 AM

We can get the same information using "time" or "perf" command, so I think it is not necessary. We probably should just ignore the flag.

grimar abandoned this revision.Nov 9 2016, 7:40 AM

option was ignored instead