Skip to content

Commit

Permalink
Bump ObjWriter (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Feb 22, 2021
1 parent e968505 commit 9f1e27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>

<PropertyGroup>
<ILCompilerVersion>6.0.0-preview.1.21075.1</ILCompilerVersion>
<ILCompilerVersion>6.0.0-preview.2.21122.4</ILCompilerVersion>

<ObjWriterArtifactPath Condition="'$(TargetsWindows)' == 'true'">$(ArtifactsDir)llvm\build\bin\RelWithDebInfo\$(LibPrefix)objwriter$(LibSuffix)</ObjWriterArtifactPath>
<ObjWriterArtifactPath Condition="'$(TargetsWindows)' != 'true'">$(ArtifactsDir)llvm\build\lib\$(LibPrefix)objwriter$(LibSuffix)</ObjWriterArtifactPath>
Expand Down

0 comments on commit 9f1e27d

Please sign in to comment.