[PATCH] D54469: Introduce new `disable_init` ASan option that is only supported on platforms where `SANITIZER_SUPPORTS_DISABLED_INIT` is true. Currently this is only supported on Darwin.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 14 08:58:51 PST 2018
delcypher marked an inline comment as done.
delcypher added inline comments.
================
Comment at: lib/asan/asan_rtl.cc:404
+ if (Verbosity())
+ Report("AddressSanitizer init is being performed for dlopen().\n");
+ HandleDlopenInit();
----------------
kubamracek wrote:
> Use VReport instead.
Good call. I forgot about that macro.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D54469
More information about the llvm-commits
mailing list