[PATCH] D23018: [sanitizer] Implement a __asan_default_options() equivalent for Scudo
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 11:54:25 PDT 2016
kcc added a comment.
Is your choice of the name (getScudoDefaultOptions, w/o "__") deliberate?
With __ you are guaranteed that no user code will have such a name since __ names are reserved for the implementation.
With getScudoDefaultOptions you don't have such guarantee.
Otherwise LG
https://reviews.llvm.org/D23018
More information about the llvm-commits
mailing list