summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage/coverage-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/coverage-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/coverage-dbg.ll')
-rw-r--r--llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll b/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
index 22151ba8836..9115fec3339 100644
--- a/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
+++ b/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
@@ -15,7 +15,7 @@
; and add sanitize_address to @_ZN1A1fEv
; Test that __sanitizer_cov call has !dbg pointing to the opening { of A::f().
-; CHECK: call void @__sanitizer_cov(i8*{{.*}}), !dbg [[A:!.*]]
+; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[A:!.*]]
; CHECK: [[A]] = !{i32 6, i32 0, !{{.*}}, null}
OpenPOWER on IntegriCloud