[PATCH] D10924: [asan] Add OS X 10.11's new dyld interposition support

Kuba Brecka kuba.brecka at gmail.com
Tue Jul 7 02:34:20 PDT 2015


================
Comment at: test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc:15
@@ +14,3 @@
+
+// RUN: IS_OSX_10_11_OR_HIGHER=$([ `sw_vers -productVersion | cut -d'.' -f2` -lt 11 ]; echo $?)
+
----------------
glider wrote:
> Don't we run Darwin tests on the iOS simulator?
I'm not aware of that.  I don't think there is any easy (documented) way to execute command-line programs in iOS simulator.


http://reviews.llvm.org/D10924







More information about the llvm-commits mailing list