[llvm] 005e601 - [gn] port 0e913237871e (LLDB_TEST_MAKE)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 07:11:58 PDT 2024


Author: Nico Weber
Date: 2024-10-10T10:11:49-04:00
New Revision: 005e601611095f1bed4ca7e6c37c17645e75ca0c

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

LOG: [gn] port 0e913237871e (LLDB_TEST_MAKE)

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 749fda78b4f171..cb6380882e7cd7 100644
--- a/llvm/utils/gn/secondary/lldb/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -68,6 +68,7 @@ write_lit_cfg("lit_api_site_cfg") {
     "LLDB_TEST_BUILD_DIRECTORY=" + rebase_path("$target_gen_dir/test_build"),
     "LLDB_TEST_DSYMUTIL=" + rebase_path("$root_build_dir/bin/dsymutil"),
     "LLDB_TEST_EXECUTABLE=" + rebase_path("$root_build_dir/bin/lldb"),
+    "LLDB_TEST_MAKE=make",
     "LLDB_TEST_MODULE_CACHE_CLANG=" +
         rebase_path(
             "$target_gen_dir/lldb-test-build.noindex/module-cache-clang"),


        


More information about the llvm-commits mailing list