diff options
| author | Reid Kleckner <rnk@google.com> | 2019-02-28 22:54:30 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2019-02-28 22:54:30 +0000 |
| commit | 701593f1dbff225e39f8a25cfd2bfbc3f246f296 (patch) | |
| tree | 0430e56dca0a0d8deb5b95b502cefb027baad66a /llvm/lib/Target | |
| parent | ac136cd18c55c1a5d6884b868b460a5439dd3a52 (diff) | |
| download | bcm5719-llvm-701593f1dbff225e39f8a25cfd2bfbc3f246f296.tar.gz bcm5719-llvm-701593f1dbff225e39f8a25cfd2bfbc3f246f296.zip | |
[sancov] Instrument reachable blocks that end in unreachable
Summary:
These sorts of blocks often contain calls to noreturn functions, like
longjmp, throw, or trap. If they don't end the program, they are
"interesting" from the perspective of sanitizer coverage, so we should
instrument them. This was discussed in https://reviews.llvm.org/D57982.
Reviewers: kcc, vitalybuka
Subscribers: llvm-commits, craig.topper, efriedma, morehouse, hiraditya
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D58740
llvm-svn: 355152
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions

