Skip to content

Commit d1d7525

Browse files
briancroomjpsim
authored andcommitted
[SourceKit] Rename Concurrency-Mac.cpp to Concurrency-libdispatch.cpp
This file builds fine as long as libdispatch is available, even on non-Darwin platforms.
1 parent e109cb8 commit d1d7525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/SourceKit/lib/Support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set(SourceKitSupport_sources
2+
Concurrency-libdispatch.cpp
23
FuzzyStringMatcher.cpp
34
Logging.cpp
45
ImmutableTextBuffer.cpp

tools/SourceKit/lib/Support/Concurrency-Mac.cpp renamed to tools/SourceKit/lib/Support/Concurrency-libdispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Concurrency-Mac.cpp ----------------------------------------------===//
1+
//===--- Concurrency-libdispatch.cpp --------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)