Skip to content

Commit 713e636

Browse files
authored
Merge pull request #29454 from buttaface/skd-test
[sourcekitd-test] Remove LLVM Core static library that is getting linked twice
2 parents 08dca46 + 1d747bc commit 713e636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ swift_add_public_tablegen_target(sourcekitdTestOptionsTableGen)
55
add_sourcekit_executable(sourcekitd-test
66
sourcekitd-test.cpp
77
TestOptions.cpp
8-
LLVM_LINK_COMPONENTS core option coverage lto
8+
LLVM_LINK_COMPONENTS option coverage lto
99
)
1010
target_link_libraries(sourcekitd-test PRIVATE
1111
SourceKitSupport

0 commit comments

Comments
 (0)