From cf73dc75da5ac34169a4040c2ca9968b3de6b157 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 17 Jun 2019 19:59:16 +0000 Subject: [PATCH] gn build: Merge r363584. llvm-svn: 363609 --- llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn index d10afc352a1c..1ee30eeb6d92 100644 --- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn @@ -49,6 +49,7 @@ write_cmake_config("lit_common_configured") { "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",