[PATCH] D23018: [sanitizer] Implement a __asan_default_options() equivalent for Scudo
Kostya Kortchinsky via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 15:27:07 PDT 2016
cryptoad added a comment.
Diff updated with changes to the documentation. __scudo_default_options is now the name of the weak symbol used for options.
Additionally, using this as a vehicle to remove a use of Report in CheckFailed that was inconsistent with the rest, for the preferred dieWithMessage (this will be needed for the new Printf).
https://reviews.llvm.org/D23018
More information about the llvm-commits
mailing list