[llvm] r363609 - gn build: Merge r363584.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 12:59:17 PDT 2019


Author: pcc
Date: Mon Jun 17 12:59:16 2019
New Revision: 363609

URL: http://llvm.org/viewvc/llvm-project?rev=363609&view=rev
Log:
gn build: Merge r363584.

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

Modified: llvm/trunk/utils/gn/secondary/compiler-rt/test/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/compiler-rt/test/BUILD.gn?rev=363609&r1=363608&r2=363609&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/compiler-rt/test/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/compiler-rt/test/BUILD.gn Mon Jun 17 12:59:16 2019
@@ -49,6 +49,7 @@ write_cmake_config("lit_common_configure
     "COMPILER_RT_ASAN_SHADOW_SCALE=",
     "SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
     "COMPILER_RT_HAS_LLD_PYBOOL=True",
+    "COMPILER_RT_HAS_GWP_ASAN_PYBOOL=False",
     "HAVE_RPC_XDR_H=0",
     "ANDROID_NDK_VERSION=19",
     "ANDROID_SERIAL_FOR_TESTING=$android_serial_for_testing",




More information about the llvm-commits mailing list