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/bad-function-count.profdata | |
| 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/bad-function-count.profdata')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata b/llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata deleted file mode 100644 index 7d247626e5a..00000000000 --- a/llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata +++ /dev/null @@ -1,2 +0,0 @@ -function_count_not 1count -1 |

