[llvm] 3428c28 - [gn] port 5176df55d3a

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 09:42:02 PST 2024


Author: Nico Weber
Date: 2024-01-23T12:41:51-05:00
New Revision: 3428c28b3d611ac608bb8e22633c65f605a6511e

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

LOG: [gn] port 5176df55d3a

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 e82ec494993d0f..efb324713cfeaf 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -64,7 +64,7 @@ write_cmake_config("lit_common_configured") {
     "SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
     "SANITIZER_USE_STATIC_CXX_ABI_PYBOOL=False",
     "SANITIZER_USE_STATIC_LLVM_UNWINDER_PYBOOL=False",
-    "COMPILER_RT_HAS_AARCH64_SME=False",
+    "COMPILER_RT_HAS_AARCH64_SME_PYBOOL=False",
     "COMPILER_RT_HAS_LLD_PYBOOL=True",
     "COMPILER_RT_HAS_GWP_ASAN_PYBOOL=False",
     "HAVE_RPC_XDR_H=0",


        


More information about the llvm-commits mailing list