[llvm] a5b899b - [gn build] (manually) port 76a168bce01

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 06:23:02 PST 2020


Author: Nico Weber
Date: 2020-11-02T09:22:44-05:00
New Revision: a5b899b3a7a620595469b5ef2129b5c1bc5ae1d7

URL: https://github.com/llvm/llvm-project/commit/a5b899b3a7a620595469b5ef2129b5c1bc5ae1d7
DIFF: https://github.com/llvm/llvm-project/commit/a5b899b3a7a620595469b5ef2129b5c1bc5ae1d7.diff

LOG: [gn build] (manually) port 76a168bce01

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn
index 4dc4c278ebcd..fe689c70e634 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn
@@ -29,10 +29,12 @@ write_lit_config("lit_site_cfg") {
 
     "CLANG_LIBS_DIR=",  # needed only for shared builds
     "CLANG_TOOLS_DIR=",
+    "CLANGD_ENABLE_REMOTE=",
     "LLVM_HOST_TRIPLE=$llvm_current_triple",
     "LLVM_LIT_TOOLS_DIR=",  # Intentionally empty, matches cmake build.
     "LLVM_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
     "TARGET_TRIPLE=$llvm_target_triple",
+    "Python3_EXECUTABLE=$python_path",
   ]
 
   if (clangd_build_xpc) {


        


More information about the llvm-commits mailing list