diff options
| author | 2018-06-12 14:46:54 -0700 | |
|---|---|---|
| committer | 2018-06-19 09:46:09 -0700 | |
| commit | d18ae5ce983a241a65696817d01da2ff96ec18f7 (patch) | |
| tree | a4137510d3a02c8caa95e9e1977c17cc39815593 /java/java.go | |
| parent | f89db951e50ce18f5571d879865470795ec6d5e4 (diff) | |
Soong support for Scudo
Scudo is a hardened usermode allocator that is part of LLVM's compiler-rt
project (home of the Sanitizers). clang allows for -fsanitize=scudo as a
possible command line option to link the shared Scudo library to a binary.
This patch add Scudo as a potential sanitize option. Scudo is not compatible
with ASan and TSan and will be disabled if either is enabled.
Bug: 72112048
Test: aosp compiled with m -j
Test: local experiment with scudo: true to ensure that a test target
(tombstoned) could be linked with scudo.
Change-Id: I76bb6c60891d4782f6665a112c4c2bf7c31645da
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions