mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 23:13:27 +00:00
[llvm-cov] Fix more -path-equivalence test bugs
llvm-svn: 317764
This commit is contained in:
parent
7cea1a40a3
commit
2ce6afbd1a
Binary file not shown.
Binary file not shown.
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user