[llvm] 98e134f - [gn build] (manually) port 3d4bba302d246

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 11:12:49 PDT 2020


Author: Nico Weber
Date: 2020-10-16T14:12:38-04:00
New Revision: 98e134f5d01afbcdf74a7ee0af8fe3bed0201e54

URL: https://github.com/llvm/llvm-project/commit/98e134f5d01afbcdf74a7ee0af8fe3bed0201e54
DIFF: https://github.com/llvm/llvm-project/commit/98e134f5d01afbcdf74a7ee0af8fe3bed0201e54.diff

LOG: [gn build] (manually) port 3d4bba302d246

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 32480e51a4c2..3c03ec29fdf3 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") {
         rebase_path(crt_current_out_dir),
     "COMPILER_RT_EMULATOR=",
     "COMPILER_RT_ASAN_SHADOW_SCALE=",
+    "COMPILER_RT_MEMPROF_SHADOW_SCALE=",
     "SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
     "COMPILER_RT_HAS_LLD_PYBOOL=True",
     "COMPILER_RT_HAS_GWP_ASAN_PYBOOL=False",


        


More information about the llvm-commits mailing list