Skip to content

Commit edd2d0c

Browse files
authored
Merge pull request #1160 from DougGregor/unsupported-compiler
Eliminate SwiftCompilerSupport module.
2 parents 976d10e + d058e55 commit edd2d0c

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)