[sancov] Disable sanitizer coverage on functions using SEH
authorReid Kleckner <rnk@google.com>
Thu, 3 Sep 2015 20:18:29 +0000 (20:18 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 3 Sep 2015 20:18:29 +0000 (20:18 +0000)
commit388c85b18f35462645a6826b160a3fa091418997
tree5ea5da858eff33efb07169a79d0cbb1899ff378e
parent91d950ef37b2d9894b13818f0dce49e6fb340424
[sancov] Disable sanitizer coverage on functions using SEH

Splitting basic blocks really messes up WinEHPrepare. We can remove this
change when SEH uses the new EH IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246799 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
test/Instrumentation/SanitizerCoverage/localescape.ll [deleted file]
test/Instrumentation/SanitizerCoverage/seh.ll [new file with mode: 0644]