Commit 6f739af
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://1652273051 parent a69dbb3 commit 6f739af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments