From 9fdeb37bd346089488c5fe77a7edf16ee2f34cb1 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 23 Dec 2014 22:32:17 +0000 Subject: [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 --- llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll') 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} -- cgit v1.2.3