File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
tools/SourceKit/lib/Support Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
set (SourceKitSupport_sources
2
+ Concurrency-libdispatch.cpp
2
3
FuzzyStringMatcher.cpp
3
4
Logging.cpp
4
5
ImmutableTextBuffer.cpp
@@ -7,13 +8,6 @@ set(SourceKitSupport_sources
7
8
UIDRegistry.cpp
8
9
)
9
10
10
- set (SourceKitSupport_Darwin_sources
11
- Concurrency-Mac.cpp )
12
- set (LLVM_OPTIONAL_SOURCES ${SourceKitSupport_Darwin_sources} )
13
- if (APPLE )
14
- list (APPEND SourceKitSupport_sources ${SourceKitSupport_Darwin_sources} )
15
- endif ()
16
-
17
11
set (SOURCEKIT_SUPPORT_DEPEND swiftBasic clangBasic clangRewrite )
18
12
if (SOURCEKIT_NEED_EXPLICIT_LIBDISPATCH )
19
13
list (APPEND SOURCEKIT_SUPPORT_DEPEND dispatch )
Original file line number Diff line number Diff line change 1
- // ===--- Concurrency-Mac .cpp -------- --------------------------------------===//
1
+ // ===--- Concurrency-libdispatch .cpp --------------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
You can’t perform that action at this time.
0 commit comments