Skip to content

Commit

Permalink
[llvm-cov] Fix more -path-equivalence test bugs
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317764 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vedantk committed Nov 9, 2017
1 parent d1556f2 commit cd8823f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified test/tools/llvm-cov/Inputs/deferred-regions.covmapping
Binary file not shown.
Binary file modified test/tools/llvm-cov/Inputs/prefer_used_to_unused.covmapping
Binary file not shown.
2 changes: 1 addition & 1 deletion test/tools/llvm-cov/deferred-region.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: llvm-cov show %S/Inputs/deferred-regions.covmapping -instr-profile %S/Inputs/deferred-regions.profdata -show-line-counts-or-regions -dump -path-equivalence=/Users/vk/src/llvm.org-coverage-braces/llvm/test/tools,%S/.. %s 2>%t.markers > %t.out && FileCheck %s -input-file %t.out && FileCheck %s -input-file %t.markers -check-prefix=MARKER
// RUN: llvm-cov show %S/Inputs/deferred-regions.covmapping -instr-profile %S/Inputs/deferred-regions.profdata -show-line-counts-or-regions -dump -path-equivalence=/tmp,%S %s 2>%t.markers > %t.out && FileCheck %s -input-file %t.out && FileCheck %s -input-file %t.markers -check-prefix=MARKER

void foo(int x) {
if (x == 0) { // CHECK: [[@LINE]]|{{ +}}2|
Expand Down

0 comments on commit cd8823f

Please sign in to comment.