summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-12-23 22:32:17 +0000
committerKostya Serebryany <kcc@google.com>2014-12-23 22:32:17 +0000
commit9fdeb37bd346089488c5fe77a7edf16ee2f34cb1 (patch)
tree88e529212f04ea6357b84afe33431abe8cc44c95 /llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
parentfc096c98f389b3d8813e72e1ea3c38d1a2e567d4 (diff)
downloadbcm5719-llvm-9fdeb37bd346089488c5fe77a7edf16ee2f34cb1.tar.gz
bcm5719-llvm-9fdeb37bd346089488c5fe77a7edf16ee2f34cb1.zip
[asan] change the coverage collection scheme so that we can easily emit coverage for the entire process as a single bit set, and if coverage_bitset=1 actually emit that bitset
llvm-svn: 224789
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll')
-rw-r--r--llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll b/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
index f78d61fac15..54e0e6a4851 100644
--- a/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
+++ b/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
@@ -17,9 +17,9 @@ target triple = "x86_64-unknown-linux-gnu"
; Check that __sanitizer_cov call has !dgb pointing to the beginning
; of appropriate basic blocks.
; CHECK-LABEL:_Z3fooPi
-; CHECK: call void @__sanitizer_cov(i8*{{.*}}), !dbg [[A:!.*]]
-; CHECK: call void @__sanitizer_cov(i8*{{.*}}), !dbg [[B:!.*]]
-; CHECK: call void @__sanitizer_cov(i8*{{.*}}), !dbg [[C:!.*]]
+; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[A:!.*]]
+; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[B:!.*]]
+; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[C:!.*]]
; CHECK: ret void
; CHECK: [[A]] = !{i32 1, i32 0, !{{.*}}, null}
; CHECK: [[B]] = !{i32 3, i32 5, !{{.*}}, null}
OpenPOWER on IntegriCloud