[llvm] 0ca6e93 - [gn build] (manually) merge b7d1ab75cf47

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 10:51:18 PDT 2021


Author: Nico Weber
Date: 2021-05-14T13:51:10-04:00
New Revision: 0ca6e93a9e6b7dfa0fdf9f8c6e82842c715d13ce

URL: https://github.com/llvm/llvm-project/commit/0ca6e93a9e6b7dfa0fdf9f8c6e82842c715d13ce
DIFF: https://github.com/llvm/llvm-project/commit/0ca6e93a9e6b7dfa0fdf9f8c6e82842c715d13ce.diff

LOG: [gn build] (manually) merge b7d1ab75cf47

No check-hwasan-lam target yet, though.

Added: 
    

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

Removed: 
    


################################################################################
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 7ee67a2700905..2c394860f9159 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",


        


More information about the llvm-commits mailing list