forked from OSchip/llvm-project
[clangd] Fix shared-lib builds
This breaks a cyclic dependency. clangDeamon doesn't need to depend on clangdRemoteIndex yet.
This commit is contained in:
parent
ed3ac6c110
commit
7df6340e6f
|
@ -147,7 +147,6 @@ target_link_libraries(clangDaemon
|
|||
${ALL_CLANG_TIDY_CHECKS}
|
||||
|
||||
clangdSupport
|
||||
clangdRemoteIndex
|
||||
)
|
||||
|
||||
add_subdirectory(refactor/tweaks)
|
||||
|
|
Loading…
Reference in New Issue