summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-01-24 00:57:31 +0000
committerKostya Serebryany <kcc@google.com>2017-01-24 00:57:31 +0000
commit4b2ff07c11a7730f90b368efcf3167cadea91dd6 (patch)
tree5a385c87a1b1971d8c4bc07f81e33ad49047b895 /llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
parent7f127624f9dabebe5b1b39fdf9d066d37383919a (diff)
downloadbcm5719-llvm-4b2ff07c11a7730f90b368efcf3167cadea91dd6.tar.gz
bcm5719-llvm-4b2ff07c11a7730f90b368efcf3167cadea91dd6.zip
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if' by default. Update the docs, also add deprecation notes around other parts of sanitizer coverage
llvm-svn: 292862
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll')
-rw-r--r--llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll b/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
index 37eca1065fd..fde1904259d 100644
--- a/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
+++ b/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
@@ -17,8 +17,8 @@ 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(i32*{{.*}}), !dbg [[A:!.*]]
-; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[B:!.*]]
+; CHECK: call void @__sanitizer_cov{{.*}}(i32*{{.*}}), !dbg [[A:!.*]]
+; CHECK: call void @__sanitizer_cov{{.*}}(i32*{{.*}}), !dbg [[B:!.*]]
; CHECK: ret void
; CHECK: [[A]] = !DILocation(line: 1, scope: !{{.*}})
; CHECK: [[B]] = !DILocation(line: 3, column: 5, scope: !{{.*}})
OpenPOWER on IntegriCloud