[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.

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 08:55:08 PST 2018


kubamracek added inline comments.


================
Comment at: lib/asan/asan_rtl.cc:404
+    if (Verbosity())
+      Report("AddressSanitizer init is being performed for dlopen().\n");
+    HandleDlopenInit();
----------------
Use VReport instead.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D54469





More information about the llvm-commits mailing list