[Apple Silicon] Handle macOS in PlatformDarwin
This makes "target create /bin/ls" properly detect which platform is needed when running lldb. Covered by many tests in the suite.
This commit is contained in:
		
							parent
							
								
									1c0bbe4341
								
							
						
					
					
						commit
						2010444e5e
					
				| 
						 | 
					@ -546,6 +546,8 @@ bool PlatformDarwin::ARMGetSupportedArchitectureAtIndex(uint32_t idx,
 | 
				
			||||||
#define OSNAME "watchos"
 | 
					#define OSNAME "watchos"
 | 
				
			||||||
#elif defined(TARGET_OS_BRIDGE) && TARGET_OS_BRIDGE == 1
 | 
					#elif defined(TARGET_OS_BRIDGE) && TARGET_OS_BRIDGE == 1
 | 
				
			||||||
#define OSNAME "bridgeos"
 | 
					#define OSNAME "bridgeos"
 | 
				
			||||||
 | 
					#elif defined(TARGET_OS_OSX) && TARGET_OS_OSX == 1
 | 
				
			||||||
 | 
					#define OSNAME "macosx"
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#define OSNAME "ios"
 | 
					#define OSNAME "ios"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue