diff options
author | Kostya Serebryany <kcc@google.com> | 2014-12-23 22:32:17 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2014-12-23 22:32:17 +0000 |
commit | 9fdeb37bd346089488c5fe77a7edf16ee2f34cb1 (patch) | |
tree | 88e529212f04ea6357b84afe33431abe8cc44c95 /llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll | |
parent | fc096c98f389b3d8813e72e1ea3c38d1a2e567d4 (diff) | |
download | bcm5719-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.ll | 2 |
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} |