Skip to content

Commit 88b7a84

Browse files
Internalize Driver lto option
1 parent 48cbefc commit 88b7a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Driver/Driver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public struct Driver {
166166
@_spi(Testing) public let compilerOutputType: FileType?
167167

168168
/// The type of the link-time-optimization we expect to perform.
169-
public let lto: LTOKind?
169+
@_spi(Testing) public let lto: LTOKind?
170170

171171
/// The type of the primary output generated by the linker.
172172
@_spi(Testing) public let linkerOutputType: LinkOutputType?

0 commit comments

Comments
 (0)