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 89ccf4b + 7cbb01a commit 7c3a9fcCopy full SHA for 7c3a9fc
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