[clang-tools-extra] r357182 - gn build: Add some build files for clangd
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 28 09:53:32 PDT 2019
Author: nico
Date: Thu Mar 28 09:53:32 2019
New Revision: 357182
URL: http://llvm.org/viewvc/llvm-project?rev=357182&view=rev
Log:
gn build: Add some build files for clangd
Enough to build the clangd binaries, but this is still missing build
files for:
- fuzzer
- indexer
- index/dex/dexp
- benchmarks
- xpc
Differential Revision: https://reviews.llvm.org/D59899
Modified:
clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
Modified: clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt?rev=357182&r1=357181&r2=357182&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt Thu Mar 28 09:53:32 2019
@@ -6,9 +6,9 @@ set(LLVM_LINK_COMPONENTS
# A target containing all code tweaks (i.e. mini-refactorings) provided by
# clangd.
-# Built as an object library to make sure linker does not remove global
+# Built as an object library to make sure the linker does not remove global
# constructors that register individual tweaks in a global registry.
-# To enable these tweaks in exectubales or shared libraries, add
+# To enable these tweaks in executables or shared libraries, add
# $<TARGET_OBJECTS:obj.clangDaemonTweaks> to a list of sources, see
# clangd/tool/CMakeLists.txt for an example.
add_clang_library(clangDaemonTweaks OBJECT
More information about the cfe-commits
mailing list