[llvm] c785ef8 - [gn] port 7afbffb5c2e4

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 27 19:00:07 PDT 2025


Author: Nico Weber
Date: 2025-04-27T21:59:57-04:00
New Revision: c785ef82ab8a7b5cd19e564896414597a593aee5

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

LOG: [gn] port 7afbffb5c2e4

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/test/BUILD.gn b/llvm/utils/gn/secondary/clang/test/BUILD.gn
index 0265f36f98956..404d303799d08 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -44,6 +44,9 @@ write_lit_config("lit_site_cfg") {
   output = clang_lit_site_cfg_file
   dir = get_path_info(output, "dir")
   extra_values = [
+    "BUILD_SHARED_LIBS=0",
+    "LLVM_LINK_LLVM_DYLIB=0",
+    "CLANG_LINK_CLANG_DYLIB=0",
     "LLVM_WITH_Z3=0",
     "CLANG_BUILD_EXAMPLES=0",
     "CLANG_BUILT_STANDALONE=0",


        


More information about the llvm-commits mailing list