diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2014-09-30 14:48:12 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2014-09-30 14:48:12 +0000 |
| commit | 597eaf2a437cd29bb7f19cb86eb98a16290546a6 (patch) | |
| tree | 8d3eef860f53924a8490afb824c49f9b047f74f7 /llvm/test/tools/llvm-cov/Inputs | |
| parent | d775f3b5f00373805e12660c2499f021dcc4d6b2 (diff) | |
| download | bcm5719-llvm-597eaf2a437cd29bb7f19cb86eb98a16290546a6.tar.gz bcm5719-llvm-597eaf2a437cd29bb7f19cb86eb98a16290546a6.zip | |
Revert r218673 'llvm-cov: add test for report's function & file association.'
Test causes buildbot failures.
llvm-svn: 218676
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.covmapping | bin | 352 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h | 8 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.profdata | bin | 792 -> 0 bytes |
3 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.covmapping b/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.covmapping Binary files differdeleted file mode 100644 index 51a5ba2c3d5..00000000000 --- a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.covmapping +++ /dev/null diff --git a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h b/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h deleted file mode 100644 index 9280e039bdc..00000000000 --- a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h +++ /dev/null @@ -1,8 +0,0 @@ - -void foo(int x) { - int y = x + 1; -} - -void bar() { - -} diff --git a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.profdata b/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.profdata Binary files differdeleted file mode 100644 index eec54935a14..00000000000 --- a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.profdata +++ /dev/null |

