diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-03-12 20:14:17 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-03-12 20:14:17 +0000 |
| commit | bfee8d49c4dcb9674fc3ae5c39f131685c516663 (patch) | |
| tree | 46fcbe5d400d9264908e6c8f6004807b5f573404 /llvm/test/tools/llvm-profdata/Inputs/three-words-long.profdata.input | |
| parent | a2e0368994e9ba8a26dce854b64b03281910d6b2 (diff) | |
| download | bcm5719-llvm-bfee8d49c4dcb9674fc3ae5c39f131685c516663.tar.gz bcm5719-llvm-bfee8d49c4dcb9674fc3ae5c39f131685c516663.zip | |
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
Diffstat (limited to 'llvm/test/tools/llvm-profdata/Inputs/three-words-long.profdata.input')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/Inputs/three-words-long.profdata.input | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-profdata/Inputs/three-words-long.profdata.input b/llvm/test/tools/llvm-profdata/Inputs/three-words-long.profdata.input new file mode 100644 index 00000000000..a4d45fb3bfa --- /dev/null +++ b/llvm/test/tools/llvm-profdata/Inputs/three-words-long.profdata.input @@ -0,0 +1 @@ +three words long |

