[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 14:25:01 PDT 2016


kcc added a comment.

I think it *has* to be prefixed with __ to avoid clashing with user code (according to the C++ standard, afiact, user functions can not start with __)
For consistency with asan's __asan_default_options, I would call it __scudo_default_options.

(We already broke the consistency a bit by using CamelCase in the names of options)


https://reviews.llvm.org/D23018





More information about the llvm-commits mailing list