From e33b83226ba025b6da5f3b9a0de60dc4986e486d Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 10 Apr 2024 09:22:27 -0400 Subject: [PATCH] Enable passing through special LLVM build modes from VMR outer build (#100822) --- eng/DotNetBuild.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/DotNetBuild.props b/eng/DotNetBuild.props index 06ea2ee046657..52abdf92f094a 100644 --- a/eng/DotNetBuild.props +++ b/eng/DotNetBuild.props @@ -65,6 +65,9 @@ $(InnerBuildArgs) /p:WasmEnableThreads=true $(InnerBuildArgs) $(FlagParameterPrefix)s clr.nativeaotlibs+clr.nativeaotruntime+libs+packs /p:BuildNativeAOTRuntimePack=true /p:SkipLibrariesNativeRuntimePackages=true + $(InnerBuildArgs) /p:MonoEnableLLVM=$(DotNetBuildMonoEnableLLVM) + $(InnerBuildArgs) /p:MonoAOTEnableLLVM=$(DotNetBuildMonoAOTEnableLLVM) + $(InnerBuildArgs) /p:MonoBundleLLVMOptimizer=$(DotNetBuildMonoBundleLLVMOptimizer) $(InnerBuildArgs) $(FlagParameterPrefix)pgoinstrument