llvm-project/compiler-rt/lib/gwp_asan
Mitch Phillips 8d19af685c [GWP-ASan] Use weak abort message definition.
Summary:
New shard out of the Check() function for GWP-ASan uses
android_set_abort_message. This is happily present on bionic Android,
but not Android for glibc host x86. Fix up to use the weak definition
always, so we don't have to worry.

Reviewers: eugenis

Reviewed By: eugenis

Subscribers: #sanitizers, llvm-commits, pcc, cferris

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D74142
2020-02-06 10:36:25 -08:00
..
optional [GWP-ASan] Fix unused variables from crash handler + clang-format 2020-02-05 17:31:32 -08:00
platform_specific [GWP-ASan] Use weak abort message definition. 2020-02-06 10:36:25 -08:00
scripts [GWP-ASan] Add public-facing documentation [6]. 2019-08-21 17:53:51 +00:00
tests [GWP-ASan] Fix unused variables from crash handler + clang-format 2020-02-05 17:31:32 -08:00
CMakeLists.txt [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
common.cpp [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
common.h [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
crash_handler.cpp [GWP-ASan] Fix unused variables from crash handler + clang-format 2020-02-05 17:31:32 -08:00
crash_handler.h [GWP-ASan] Fix unused variables from crash handler + clang-format 2020-02-05 17:31:32 -08:00
definitions.h [GWP-ASan] Use weak abort message definition. 2020-02-06 10:36:25 -08:00
guarded_pool_allocator.cpp [GWP-ASan] Fix PRNG to use IE TLS. 2020-02-06 10:08:23 -08:00
guarded_pool_allocator.h [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
mutex.h [GWP-ASan] Mutex implementation [2]. 2019-05-30 19:45:32 +00:00
options.h [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
options.inc [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00
random.cpp [GWP-ASan] Fix PRNG to use IE TLS. 2020-02-06 10:08:23 -08:00
random.h [GWP-ASan] Fix PRNG to use IE TLS. 2020-02-06 10:08:23 -08:00
stack_trace_compressor.cpp [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00
stack_trace_compressor.h [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00
utilities.h [GWP-ASan] Crash Handler API. 2020-02-05 15:39:17 -08:00