diff options
| author | Leonard Chan <leonardchan@google.com> | 2019-07-15 23:18:31 +0000 |
|---|---|---|
| committer | Leonard Chan <leonardchan@google.com> | 2019-07-15 23:18:31 +0000 |
| commit | bb147aabc68c366cff4ac5f1713b7b138a3b0fe0 (patch) | |
| tree | 60593501a434895984dbc966761a7839c9532529 /llvm/test/Instrumentation/SanitizerCoverage/seh.ll | |
| parent | 60a0d49e77cf6583b749ad6189751cd5d31bf3ee (diff) | |
| download | bcm5719-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/seh.ll')
| -rw-r--r-- | llvm/test/Instrumentation/SanitizerCoverage/seh.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/seh.ll b/llvm/test/Instrumentation/SanitizerCoverage/seh.ll index b45f1e02ddd..94d1a2e9acd 100644 --- a/llvm/test/Instrumentation/SanitizerCoverage/seh.ll +++ b/llvm/test/Instrumentation/SanitizerCoverage/seh.ll @@ -1,9 +1,6 @@ ; RUN: opt < %s -sancov -sanitizer-coverage-level=0 -S | FileCheck %s ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -S | FileCheck %s ; RUN: opt < %s -sancov -sanitizer-coverage-level=2 -S | FileCheck %s -; RUN: opt < %s -passes='module(sancov-module),function(sancov-func)' -sanitizer-coverage-level=0 -S | FileCheck %s -; RUN: opt < %s -passes='module(sancov-module),function(sancov-func)' -sanitizer-coverage-level=1 -S | FileCheck %s -; RUN: opt < %s -passes='module(sancov-module),function(sancov-func)' -sanitizer-coverage-level=2 -S | FileCheck %s target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32" target triple = "i686-pc-windows-msvc18.0.0" |

