Skip to content

Commit 1d747bc

Browse files
committed
[sourcekitd-test] Remove redundant LLVMCore static library
This library is already supplied by the LLVM CMake config, so adding it here sometimes causes the CommandLine option parser to fail, as it registers the same option twice.
1 parent 44a6475 commit 1d747bc

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)