forked from OSchip/llvm-project
[ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.
llvm-svn: 283735
This commit is contained in:
parent
0760605ac5
commit
bafd3c40e2
|
@ -145,7 +145,7 @@ void elf::ObjectFile<ELFT>::parse(DenseSet<StringRef> &ComdatGroups) {
|
|||
// Read section and symbol tables.
|
||||
initializeSections(ComdatGroups);
|
||||
initializeSymbols();
|
||||
if (Config->GcSections && Config->EMachine == EM_ARM )
|
||||
if (Config->GcSections && Config->EMachine == EM_ARM)
|
||||
initializeReverseDependencies();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue