[llvm] c948e3e - [gn] port 445978ee8c39

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 17:47:54 PDT 2023


Author: Nico Weber
Date: 2023-08-29T20:47:43-04:00
New Revision: c948e3e75780a4ee9b8b3eadd749cf8cf93ce34e

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

LOG: [gn] port 445978ee8c39

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 94d3e4525ce08e..bfe98652d0baf3 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -50,6 +50,7 @@ write_cmake_config("lit_common_configured") {
         rebase_path("$root_build_dir/bin/clang") + ext,
     "COMPILER_RT_TEST_COMPILER_ID=Clang",
     "Python3_EXECUTABLE=$python_path",
+    "COMPILER_RT_BUILD_STANDALONE_LIBATOMIC_PYBOOL=False",
     "COMPILER_RT_DEBUG_PYBOOL=False",
     "COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",
     "COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",


        


More information about the llvm-commits mailing list