Skip to content

Commit d174205

Browse files
Update .comment section (#113255)
1 parent 84ffa0f commit d174205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/ObjectWriter/ElfObjectWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ private void EmitRelocationsRiscV64(int sectionIndex, List<SymbolicRelocation> r
575575
private protected override void EmitSectionsAndLayout()
576576
{
577577
SectionWriter commentSectionWriter = GetOrCreateSection(CommentSection);
578-
commentSectionWriter.WriteUtf8String($".NET AOT {Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion}");
578+
commentSectionWriter.WriteUtf8String($".NET: ilc {Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion}");
579579

580580
if (_machine == EM_ARM)
581581
{

0 commit comments

Comments
 (0)