We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cbefc commit 88b7a84Copy full SHA for 88b7a84
Sources/SwiftDriver/Driver/Driver.swift
@@ -166,7 +166,7 @@ public struct Driver {
166
@_spi(Testing) public let compilerOutputType: FileType?
167
168
/// The type of the link-time-optimization we expect to perform.
169
- public let lto: LTOKind?
+ @_spi(Testing) public let lto: LTOKind?
170
171
/// The type of the primary output generated by the linker.
172
@_spi(Testing) public let linkerOutputType: LinkOutputType?
0 commit comments