Skip to content

Commit e2f6512

Browse files
committed
SwiftDriverExecution: share the import across both sides
`llbuild` is imported always. Simply import that unconditionally.
1 parent 10b8dff commit e2f6512

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/SwiftDriverExecution/llbuild.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ import protocol TSCBasic.FileSystem
2222
// We either import the llbuildSwift shared library or the llbuild framework.
2323
#if canImport(llbuildSwift)
2424
@_implementationOnly import llbuildSwift
25-
@_implementationOnly import llbuild
26-
#else
27-
@_implementationOnly import llbuild
2825
#endif
26+
@_implementationOnly import llbuild
2927

3028
/// An llbuild value.
3129
protocol LLBuildValue: Codable {

0 commit comments

Comments
 (0)