diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2018-09-21 17:05:56 +0000 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2018-09-21 17:05:56 +0000 |
commit | 7bdb0b9493b6f2bcdab6136a521b218ea334f4ca (patch) | |
tree | d179a9cb34d149482c16c964f5c4f24f8c47af2e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c9de3b4d267bf6c7bd2734a1382a65a8812b07d9 (diff) | |
download | llvm-7bdb0b9493b6f2bcdab6136a521b218ea334f4ca.zip llvm-7bdb0b9493b6f2bcdab6136a521b218ea334f4ca.tar.gz llvm-7bdb0b9493b6f2bcdab6136a521b218ea334f4ca.tar.bz2 |
[sanitizer] Move __sanitizer_set_death_callback to a more appropriate file
Summary:
`__sanitizer_set_death_callback` is a public interface function wrapping
`SetUserDieCallback`. Said function is defined in `sanitizer_termination.cc`,
which is not included in all the RT. Moving the interface function to that
file allows to not have a spurious public fuinction in RT that don't use it.
Reviewers: eugenis
Reviewed By: eugenis
Subscribers: kubamracek, delcypher, #sanitizers, llvm-commits
Differential Revision: https://reviews.llvm.org/D52363
llvm-svn: 342747
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions