[llvm] 07e5394 - [gn build] (manually) port 77d5ccdc6f460

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 12:42:09 PDT 2021


Author: Nico Weber
Date: 2021-10-06T15:41:38-04:00
New Revision: 07e5394c63e77173dec1da6c15d5a2d307b23fc3

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

LOG: [gn build] (manually) port 77d5ccdc6f460

(similar to 64f623d4c37c6)

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 c4dda49df40b..fddb5f43294f 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -54,6 +54,7 @@ write_cmake_config("lit_common_configured") {
     "COMPILER_RT_TEST_USE_LLD_PYBOOL=False",  # FIXME: base off use_lld?
     "SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
     "SANITIZER_USE_STATIC_CXX_ABI_PYBOOL=False",
+    "SANITIZER_USE_STATIC_LLVM_UNWINDER_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