Skip to content

Commit a483833

Browse files
committed
Preserve nested type info in swiftmodule files
1 parent 09ca245 commit a483833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Jobs/EmitModuleJob.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extension Driver {
5757
TypedVirtualPath(file: moduleOutputPath, type: .swiftModule)
5858
]
5959

60-
commandLine.appendFlags("-frontend", "-emit-module", "-experimental-skip-non-inlinable-function-bodies")
60+
commandLine.appendFlags("-frontend", "-emit-module", "-experimental-skip-non-inlinable-function-bodies-without-types")
6161

6262
let swiftInputFiles = inputFiles.filter { $0.type.isPartOfSwiftCompilation }
6363

0 commit comments

Comments
 (0)