[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.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 12:50:27 PST 2018
kcc added inline comments.
================
Comment at: lib/asan/asan_internal.h:115
+// For sanitizer shared library dlopen() support
+bool InitIsViaDlopen();
+void HandleDlopenInit();
----------------
I wonder if you can turn these two functions into one.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54469/new/
https://reviews.llvm.org/D54469
More information about the llvm-commits
mailing list