Skip to content

Commit

Permalink
Missed to update one spot
Browse files Browse the repository at this point in the history
  • Loading branch information
caaavik-msft committed Mar 8, 2024
1 parent c8983c4 commit d528e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BenchmarkDotNet/ConsoleArguments/ConfigParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ private static Job MakeMonoJob(Job baseJob, CommandLineOptions options, MonoRunt

private static Job MakeMonoAOTLLVMJob(Job baseJob, CommandLineOptions options, string msBuildMoniker, RuntimeMoniker moniker)
{
var monoAotLLVMRuntime = new MonoAotLLVMRuntime(aotCompilerPath: options.AOTCompilerPath, aotCompilerMode: options.AOTCompilerMode, msBuildMoniker: msBuildMoniker);
var monoAotLLVMRuntime = new MonoAotLLVMRuntime(aotCompilerPath: options.AOTCompilerPath, aotCompilerMode: options.AOTCompilerMode, msBuildMoniker: msBuildMoniker, moniker: moniker);

var toolChain = MonoAotLLVMToolChain.From(
new NetCoreAppSettings(
Expand Down

0 comments on commit d528e27

Please sign in to comment.