Skip to content

Commit 6f739af

Browse files
committed
[Test] Fix Interpreter/issue-78598.swift to work with back deployment
The test uses -target %target-swift-5.9-abi-triple which expands to macOS 14.0, causing the linker to emit chained fixups. Add %no-fixup-chains to allow the test to run on older OS versions like 10.14.4 that don't support chained fixups. rdar://165227305
1 parent a69dbb3 commit 6f739af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/issue-78598.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift(-target %target-swift-5.9-abi-triple) | %FileCheck %s
1+
// RUN: %target-run-simple-swift(-target %target-swift-5.9-abi-triple %no-fixup-chains) | %FileCheck %s
22

33
// https://github.com/swiftlang/swift/issues/78598
44

0 commit comments

Comments
 (0)