llvm-project/compiler-rt/lib/ubsan_minimal
Evgeniy Stepanov 93f2edc215 Runtime detection of android_set_abort_message.
Summary:
Use runtime detection (with a weak-undef symbol) of
android_set_abort_message availability. Android NDK provides a single
version of the ASan runtime library to be used for any target API
level, which makes compile-time feature detection impossible (the
library itself is built at API level 9).

Reviewers: vitalybuka

Subscribers: srhines, llvm-commits, kubamracek

Differential Revision: https://reviews.llvm.org/D37716

llvm-svn: 312973
2017-09-11 23:27:58 +00:00
..
CMakeLists.txt [ubsan-minimal] Enable on Darwin 2017-09-11 21:37:53 +00:00
ubsan.syms.extra
ubsan_minimal_handlers.cc Runtime detection of android_set_abort_message. 2017-09-11 23:27:58 +00:00