[PATCH] D11719: [asan] Fix dyld version detection on OS X

Alexander Potapenko glider at google.com
Mon Aug 3 07:37:31 PDT 2015


glider accepted this revision.
glider added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/asan/asan_mac.cc:108
@@ -111,1 +107,3 @@
+  // DYLD_INSERT_LIBRARIES is not set.
 
+  // However, checking OS version via GetMacosVersion() doesn't work for the
----------------
Nit: spare newline?


http://reviews.llvm.org/D11719







More information about the llvm-commits mailing list