diff options
author | Kostya Serebryany <kcc@google.com> | 2017-05-31 18:27:33 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-05-31 18:27:33 +0000 |
commit | 53b34c844339c5c43cfab22d2f7160ad40f9512c (patch) | |
tree | 5ec08daf6782b396ae7ed741f7e8b5649ff318cd /llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll | |
parent | 9c50876120bc992ebaf302f727810e615aabf116 (diff) | |
download | bcm5719-llvm-53b34c844339c5c43cfab22d2f7160ad40f9512c.tar.gz bcm5719-llvm-53b34c844339c5c43cfab22d2f7160ad40f9512c.zip |
[sanitizer-coverage] remove stale code (old coverage); llvm part
llvm-svn: 304319
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll')
-rw-r--r-- | llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll b/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll index 092c9dc6b95..f7f63bd6be8 100644 --- a/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll +++ b/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll @@ -14,8 +14,8 @@ ; clang++ ../1.cc -O3 -g -S -emit-llvm -fno-strict-aliasing ; 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(i32*{{.*}}), !dbg [[A:!.*]] +; Test that __sanitizer_cov_trace_pc_guard call has !dbg pointing to the opening { of A::f(). +; CHECK: call void @__sanitizer_cov_trace_pc_guard(i32*{{.*}}), !dbg [[A:!.*]] ; CHECK: [[A]] = !DILocation(line: 6, scope: !{{.*}}) |