Skip to content

Commit 931b5f6

Browse files
authored
Merge pull request #59306 from DougGregor/test-back-deploy-concurrency-path-fix
[Testing] Use the SDK name for the back-deployment concurrency library path
2 parents efc66c7 + fb01ad7 commit 931b5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ concurrency_back_deploy_path = ''
18101810
if run_vendor == 'apple':
18111811
if 'back_deploy_concurrency' in lit_config.params:
18121812
config.available_features.add('back_deploy_concurrency')
1813-
concurrency_back_deploy_path = os.path.join(os.path.dirname(swift_obj_root), os.path.basename(swift_obj_root).replace("swift-", "backdeployconcurrency-"), 'lib', 'swift-5.5', run_os)
1813+
concurrency_back_deploy_path = os.path.join(os.path.dirname(swift_obj_root), os.path.basename(swift_obj_root).replace("swift-", "backdeployconcurrency-"), 'lib', 'swift-5.5', xcrun_sdk_name)
18141814

18151815
def os_stdlib_paths():
18161816
if run_vendor == 'apple':

0 commit comments

Comments
 (0)