[llvm] c024969 - [gn] port ff8fc5bc45c1, kind of

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 10:39:13 PDT 2025


Author: Nico Weber
Date: 2025-04-30T13:38:37-04:00
New Revision: c02496901d979ddc7cd83aec34e408adba81e433

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

LOG: [gn] port ff8fc5bc45c1, kind of

This is probably the wrong value. Might have to tweak later.
But I think nobody is running these tests at the moment anyways.

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/test/BUILD.gn b/llvm/utils/gn/secondary/lldb/test/BUILD.gn
index ec977deef6119..30e53d69f269f 100644
--- a/llvm/utils/gn/secondary/lldb/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -104,6 +104,7 @@ write_lit_cfg("lit_shell_site_cfg") {
   input = "//lldb/test/Shell/lit.site.cfg.py.in"
   output = lldb_lit_shell_site_cfg_file
   extra_values = [
+    "CLANG_RESOURCE_DIR=",
     "DEFAULT_SYSROOT=",
     "LIBCXX_LIBRARY_DIR=" + rebase_path("$root_build_dir/lib"),
     "LLDB_ENABLE_LUA=0",  # FIXME: gn arg, use in Config.h


        


More information about the llvm-commits mailing list