Skip to content

Commit d058e55

Browse files
committed
Eliminate SwiftCompilerSupport module.
This module is no longer needed by the Swift compiler, because we have subsumed its functionality into the compiler's ASTGen module.
1 parent e048c1c commit d058e55

File tree

6 files changed

+0
-187
lines changed

6 files changed

+0
-187
lines changed

.spi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ builder:
1010
- SwiftSyntax
1111
- IDEUtils
1212
- SwiftBasicFormat
13-
- SwiftCompilerSupport
1413
- SwiftDiagnostics
1514
- SwiftOperators
1615
- SwiftParser

Package.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,6 @@ let package = Package(
122122
"CMakeLists.txt",
123123
]
124124
),
125-
.target(
126-
name: "SwiftCompilerSupport",
127-
dependencies: ["SwiftSyntax", "SwiftParser", "SwiftParserDiagnostics",
128-
"SwiftDiagnostics", "SwiftOperators"],
129-
exclude: [
130-
"CMakeLists.txt",
131-
"SwiftCompilerSupport.h"
132-
]
133-
),
134125
.target(
135126
name: "_SwiftSyntaxMacros",
136127
dependencies: [

Sources/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ add_subdirectory(SwiftParserDiagnostics)
3939
add_subdirectory(SwiftOperators)
4040
add_subdirectory(SwiftSyntaxBuilder)
4141
add_subdirectory(_SwiftSyntaxMacros)
42-
add_subdirectory(SwiftCompilerSupport)
4342
add_subdirectory(IDEUtils)

Sources/SwiftCompilerSupport/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

Sources/SwiftCompilerSupport/ConsistencyCheck.swift

Lines changed: 0 additions & 98 deletions
This file was deleted.

Sources/SwiftCompilerSupport/SwiftCompilerSupport.h

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)