[clang-tools-extra] r299461 - [clangd] Link against clangSema
Jonas Devlieghere via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 12:42:29 PDT 2017
Author: jdevlieghere
Date: Tue Apr 4 14:42:29 2017
New Revision: 299461
URL: http://llvm.org/viewvc/llvm-project?rev=299461&view=rev
Log:
[clangd] Link against clangSema
Fixes linking issue introduced by rL299421 when building LLVM with
shared libraries.
Modified:
clang-tools-extra/trunk/clangd/CMakeLists.txt
Modified: clang-tools-extra/trunk/clangd/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/CMakeLists.txt?rev=299461&r1=299460&r2=299461&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clangd/CMakeLists.txt Tue Apr 4 14:42:29 2017
@@ -12,6 +12,7 @@ target_link_libraries(clangd
clangBasic
clangFormat
clangFrontend
+ clangSema
clangTooling
clangToolingCore
LLVMSupport
More information about the cfe-commits
mailing list