Skip to content

Commit d54750e

Browse files
committed
Merge branch 'topic/print-record-info' into 'master'
Minor fix to Print_Record_Info output See merge request eng/toolchain/gnat-llvm!361
2 parents 178da72 + 8c6f278 commit d54750e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm-interface/gnatllvm-records.adb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,7 @@ package body GNATLLVM.Records is
18181818
Write_Str (Prefix);
18191819
Dump_GL_Type (RI.GT);
18201820
elsif Present (RI.MDT) then
1821+
Write_Str (Prefix);
18211822
Dump_MD_Type (RI.MDT);
18221823
end if;
18231824

0 commit comments

Comments
 (0)