Skip to content

Commit dcc7698

Browse files
authored
Merge pull request #3630 from apple/jdevlieghere/TestPlaygrounds.py
[lldb] Update TestPlaygrounds.py for Apple Silicon
2 parents 542eceb + d138bc5 commit dcc7698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/playgrounds/TestPlaygrounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_build_triple(self):
5353
version = '7.0'
5454
triple = '{}-{}-{}{}'.format(arch, vendor, os, version)
5555
else:
56-
triple = 'x86_64-apple-macosx10.10'
56+
triple = '{}-apple-macosx10.10'.format(platform.machine())
5757
return triple
5858

5959
def get_run_triple(self):

0 commit comments

Comments
 (0)