[PATCH] [compiler-rt] Add a __attribute__((constructor)) AsanInitFromRtl initializer for OS X

Alexander Potapenko glider at google.com
Thu Jan 22 07:06:17 PST 2015


================
Comment at: lib/asan/asan_mac.cc:70
@@ +69,3 @@
+// This explicit initializer will be called by dyld early in the process start,
+// which is important when launching without DYLD_INSERT_LIBRARIES (i.e. when
+// interceptors are not installed).
----------------
Can you please remind me why do we want to launch without DYLD_INSERT_LIBRARIES?

http://reviews.llvm.org/D7117

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list