[PATCH] Working on reconciling out-of-tree patches to compiler-rt for building for iOS.
Chris Bieneman
beanz at apple.com
Tue Jun 23 11:53:32 PDT 2015
================
Comment at: lib/asan/asan_mac.cc:28
@@ +27,3 @@
+#if !SANITIZER_IOS
+#include <crt_externs.h> // for _NSGetArgv and _NSGetEnviron
+#else
----------------
samsonov wrote:
> How did this #include for SANITIZER_IOSSIM before this change?
crt_externs.h exists in the iOS Simulator SDK, but not in the device SDK... Don't ask. I have no answers.
http://reviews.llvm.org/D10515
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list