File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -864,10 +864,10 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
864
864
}
865
865
sections[i] = &InputSection::discarded;
866
866
}
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.
871
871
if (sec.sh_type == SHT_AARCH64_MEMTAG_GLOBALS_STATIC &&
872
872
!canHaveMemtagGlobals (ctx))
873
873
sections[i] = &InputSection::discarded;
You can’t perform that action at this time.
0 commit comments