Index: compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp =================================================================== --- compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp +++ compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp @@ -1066,7 +1066,7 @@ return *_NSGetArgv(); } -#if SANITIZER_IOS +#if SANITIZER_IOS && !SANITIZER_IOSSIM // The task_vm_info struct is normally provided by the macOS SDK, but we need // fields only available in 10.12+. Declare the struct manually to be able to // build against older SDKs.