Skip to content

Commit af0fd68

Browse files
committed
[SourceKit] Clean up clang dependency ordering
1 parent f52555e commit af0fd68

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tools/SourceKit/lib/SwiftLang/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ add_sourcekit_library(SourceKitSwiftLang
1313
swiftSema swiftBasic swiftSerialization
1414
swiftOption cmark
1515
# Clang dependencies.
16+
clangIndex
1617
clangFormat
1718
clangToolingCore
18-
clangIndex
19-
clangDriver
2019
clangFrontendTool
2120
clangFrontend
21+
clangDriver
2222
clangCodeGen
2323
clangSerialization
2424
clangParse
2525
clangSema
2626
clangAnalysis
2727
clangEdit
28-
clangRewrite
2928
clangRewriteFrontend
29+
clangRewrite
3030
clangLex
3131
clangAST
3232
clangAPINotes

tools/SourceKit/tools/sourcekitd/lib/API/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ add_sourcekit_library(sourcekitdAPI
1818
${sourcekitdAPI_sources}
1919
DEPENDS
2020
SourceKitSupport SourceKitSwiftLang
21-
# Clang dependencies, required by SourceKitSwiftLang
22-
clangFormat clangToolingCore clangDriver
2321
)

0 commit comments

Comments
 (0)