| commit | bfee8d49c4dcb9674fc3ae5c39f131685c516663 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Wed Mar 12 20:14:17 2014 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Wed Mar 12 20:14:17 2014 +0000 |
| tree | 46fcbe5d400d9264908e6c8f6004807b5f573404 | |
| parent | a2e0368994e9ba8a26dce854b64b03281910d6b2 [diff] |
llvm-profdata: Use the Profile library, implement show and generate This replaces the llvm-profdata tool with a version that uses the recently introduced Profile library. The new tool has the ability to generate and summarize profdata files as well as merging them. llvm-svn: 203704