[PATCH] D42980: [scudo] Allow options to be defined at compile time
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 14:33:12 PST 2018
alekseyshl added a comment.
What about TSan setjmp?
================
Comment at: lib/asan/asan_flags.cc:36
#ifdef ASAN_DEFAULT_OPTIONS
// Stringize the macro value.
+ return SANITIZER_STRINGIFY(ASAN_DEFAULT_OPTIONS);
----------------
Remove this comment.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42980
More information about the llvm-commits
mailing list