Skip to content

Commit 4caf7cc

Browse files
committed
Fix issues clang-pseudo removal issues found post-commit
This amends ed8f788 and hopefully resolves the issues found by: https://lab.llvm.org/buildbot/#/builders/76/builds/2973 https://lab.llvm.org/buildbot/#/builders/145/builds/1921
1 parent 1f8e662 commit 4caf7cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang-tools-extra/clangd/support/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ add_clang_library(clangdSupport
3737
${LLVM_PTHREAD_LIB}
3838
${CLANGD_ATOMIC_LIB}
3939
)
40+
41+
clang_target_link_libraries(clangdSupport
42+
PRIVATE
43+
clangBasic
44+
clangLex
45+
)

0 commit comments

Comments
 (0)