[scudo] Allow options to be defined at compile time
authorKostya Kortchinsky <kostyak@google.com>
Thu, 8 Feb 2018 16:29:48 +0000 (16:29 +0000)
committerKostya Kortchinsky <kostyak@google.com>
Thu, 8 Feb 2018 16:29:48 +0000 (16:29 +0000)
commit2833383cd4d8a2b653f4888d576c9cf2d8ae33ec
tree9085f5a51daac8ab3a4f923efe4ae561b5f7ae79
parent2a81d30471a8a39accf969d6277aeb1d5f37032a
[scudo] Allow options to be defined at compile time

Summary:
Allow for options to be defined at compile time, like is already the case for
other sanitizers, via `SCUDO_DEFAULT_OPTIONS`.

Reviewers: alekseyshl, dberris

Reviewed By: alekseyshl, dberris

Subscribers: kubamracek, delcypher, llvm-commits, #sanitizers

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

llvm-svn: 324620
compiler-rt/lib/asan/asan_flags.cc
compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
compiler-rt/lib/scudo/scudo_flags.cpp
compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
compiler-rt/lib/xray/xray_flags.cc