[clang-tools-extra] clangd: Add a build option to disable building dexp (PR #133124)
Yoann Congal via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 27 07:30:22 PDT 2025
================
@@ -15,6 +15,7 @@ config.llvm_shlib_dir = "@SHLIBDIR@"
config.clangd_source_dir = "@CMAKE_CURRENT_SOURCE_DIR@/.."
config.clangd_binary_dir = "@CMAKE_CURRENT_BINARY_DIR@/.."
config.clangd_build_xpc = @CLANGD_BUILD_XPC@
+config.clangd_build_dexp = @CLANGD_BUILD_DEXP@
----------------
ycongal-smile wrote:
Fixed: put the CMake option before the test that uses it
https://github.com/llvm/llvm-project/pull/133124
More information about the cfe-commits
mailing list