Skip to content

Commit ccb32f5

Browse files
committed
Add spaces around select class refs
1 parent 7b09c47 commit ccb32f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/linkerscript/section-class.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ SECTIONS {
4343
CLASS(h) { *(.rodata.h) }
4444
.rodata : {
4545
*(.rodata.*)
46-
INPUT_SECTION_FLAGS(SHF_EXECINSTR) CLASS(cd)
46+
INPUT_SECTION_FLAGS(SHF_EXECINSTR) CLASS( cd)
4747
CLASS(a)
48-
CLASS(ef)
48+
CLASS(ef )
4949
}
5050
OVERLAY : { .rodata.d { INPUT_SECTION_FLAGS(!SHF_EXECINSTR) CLASS(cd) } }
5151
/DISCARD/ : { CLASS(g) }

0 commit comments

Comments
 (0)