From 0ca6e93a9e6b7dfa0fdf9f8c6e82842c715d13ce Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 14 May 2021 13:50:35 -0400 Subject: [PATCH] [gn build] (manually) merge b7d1ab75cf47 No check-hwasan-lam target yet, though. --- llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn index 7ee67a2..2c39486 100644 --- a/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn @@ -11,6 +11,8 @@ write_cmake_config("lit_site_cfg") { values = [ "LIT_SITE_CFG_IN_HEADER=## Autogenerated from $input, do not edit", + "HWASAN_ENABLE_ALIASES=1", + "HWASAN_TEST_CONFIG_SUFFIX=$crt_current_target_suffix", "HWASAN_TEST_TARGET_CFLAGS=$target_flags_string", "HWASAN_TEST_TARGET_ARCH=$crt_current_target_arch", -- 2.7.4