Skip to content

Commit b7d8a9b

Browse files
authored
Add ld-path-driver-option to features.json (#69586)
Dependency of swiftlang/swift-package-manager#7021. The `-ld-path` option was introduced on `main` in swiftlang/swift-driver#1442 and `release/5.10` in swiftlang/swift-driver#1442. SwiftPM needs to detect this flag to pass options to the driver correctly, and it's suitable to do this via `feature.json` instead of checking for the compiler version via other means. Partially resolves rdar://117049947.
1 parent b74e4a2 commit b7d8a9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Option/features.json

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
},
3636
{
3737
"name": "const-extract-complete-metadata"
38+
},
39+
{
40+
"name": "ld-path-driver-option"
3841
}
3942
]
4043
}

0 commit comments

Comments
 (0)