We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a1e76f + 2498d6c commit 8ba9078Copy full SHA for 8ba9078
lldb/test/API/lang/swift/availability/TestSwiftAvailability.py
@@ -17,7 +17,7 @@ def getOSName(os):
17
return os
18
19
def getArch(os):
20
- if os == 'macosx': return 'x86_64'
+ if os == 'macosx': return lldbplatformutil.getArchitecture()
21
if os == 'ios': return 'arm64'
22
if os == 'tvos': return 'arm64'
23
if os == 'watchos': return 'armv7k'
0 commit comments