We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec31b5 commit 2ab7d83Copy full SHA for 2ab7d83
tools/SourceKit/lib/Support/CMakeLists.txt
@@ -7,12 +7,10 @@ add_sourcekit_library(SourceKitSupport
7
UIDRegistry.cpp)
8
target_link_libraries(SourceKitSupport PRIVATE
9
swiftBasic
10
- swiftSyntax
11
clangBasic
12
clangRewrite)
13
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
14
target_link_libraries(SourceKitSupport INTERFACE
15
dispatch
16
BlocksRuntime)
17
endif()
18
-
tools/SourceKit/lib/Support/Tracing.cpp
@@ -12,8 +12,6 @@
#include "SourceKit/Support/Tracing.h"
-#include "swift/Frontend/Frontend.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/YAMLTraits.h"
19
0 commit comments