summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2019-07-15 23:18:31 +0000
committerLeonard Chan <leonardchan@google.com>2019-07-15 23:18:31 +0000
commitbb147aabc68c366cff4ac5f1713b7b138a3b0fe0 (patch)
tree60593501a434895984dbc966761a7839c9532529 /llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
parent60a0d49e77cf6583b749ad6189751cd5d31bf3ee (diff)
downloadbcm5719-llvm-bb147aabc68c366cff4ac5f1713b7b138a3b0fe0.tar.gz
bcm5719-llvm-bb147aabc68c366cff4ac5f1713b7b138a3b0fe0.zip
Revert "[NewPM] Port Sancov"
This reverts commit 5652f35817f07b16f8b3856d594cc42f4d7ee29c. llvm-svn: 366153
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll')
-rw-r--r--llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll b/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
index 03be088bfd8..09e23372533 100644
--- a/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
+++ b/llvm/test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
@@ -1,7 +1,6 @@
; Test that coverage instrumentation does not lose debug location.
; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -S | FileCheck %s
-; RUN: opt < %s -passes='module(sancov-module),function(sancov-func)' -sanitizer-coverage-level=1 -S | FileCheck %s
; C++ source:
; 1: struct A {
OpenPOWER on IntegriCloud