[llvm] 8c2e8b5 - [gn] port a14a83d9a102

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 16:32:24 PDT 2024


Author: Nico Weber
Date: 2024-10-24T16:32:09-07:00
New Revision: 8c2e8b5124a0365664bb79b0caa9cec74d8148ff

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

LOG: [gn] port a14a83d9a102

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index 281698cab31d3f..5fbda794ff176e 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -53,6 +53,7 @@ write_cmake_config("lit_common_configured") {
     "COMPILER_RT_BUILD_STANDALONE_LIBATOMIC_PYBOOL=False",
     "COMPILER_RT_DEBUG_PYBOOL=False",
     "COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",
+    "COMPILER_RT_HAS_NO_DEFAULT_CONFIG_FLAG_PYBOOL=True",
     "COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
     "COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
         rebase_path(crt_current_out_dir),


        


More information about the llvm-commits mailing list