diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn index 32480e51a4c270..3c03ec29fdf3f8 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",