mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Apple Silicon] [In-process memory reader] Adjust low-bits computation for arm64 macOS
This commit is contained in:
@@ -71,7 +71,7 @@ static int minimalDataLayoutQueryFunction(void *ReaderContext,
|
||||
#else
|
||||
auto applePlatform = false;
|
||||
#endif
|
||||
#if defined(__APPLE__) && __APPLE__ && ((defined(TARGET_OS_IOS) && TARGET_OS_IOS) || (defined(TARGET_OS_IOS) && TARGET_OS_WATCH) || (defined(TARGET_OS_TV) && TARGET_OS_TV))
|
||||
#if defined(__APPLE__) && __APPLE__ && ((defined(TARGET_OS_IOS) && TARGET_OS_IOS) || (defined(TARGET_OS_IOS) && TARGET_OS_WATCH) || (defined(TARGET_OS_TV) && TARGET_OS_TV) || defined(__arm64__))
|
||||
auto iosDerivedPlatform = true;
|
||||
#else
|
||||
auto iosDerivedPlatform = false;
|
||||
|
||||
Reference in New Issue
Block a user