Skip to content

Commit 9052abf

Browse files
committed
undo unrealted formatting
1 parent 60a5eea commit 9052abf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -864,10 +864,10 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
864864
}
865865
sections[i] = &InputSection::discarded;
866866
}
867-
// Producing a static binary with MTE globals is not currently
868-
// supported, remove all SHT_AARCH64_MEMTAG_GLOBALS_STATIC sections as
869-
// they're unused metadata, and we don't want them to end up in the
870-
// output file for static executables.
867+
// Producing a static binary with MTE globals is not currently supported,
868+
// remove all SHT_AARCH64_MEMTAG_GLOBALS_STATIC sections as they're unused
869+
// medatada, and we don't want them to end up in the output file for
870+
// static executables.
871871
if (sec.sh_type == SHT_AARCH64_MEMTAG_GLOBALS_STATIC &&
872872
!canHaveMemtagGlobals(ctx))
873873
sections[i] = &InputSection::discarded;

0 commit comments

Comments
 (0)