From bfee8d49c4dcb9674fc3ae5c39f131685c516663 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Wed, 12 Mar 2014 20:14:17 +0000 Subject: 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 --- llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata (limited to 'llvm/test/tools/llvm-profdata/Inputs/bad-function-count.profdata') 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 -- cgit v1.2.3