forked from OSchip/llvm-project
[ELF] Remove extraneous semicolon in DefaultLayout
llvm-svn: 232985
This commit is contained in:
parent
33dd45d06a
commit
515fd61692
|
@ -705,7 +705,7 @@ void DefaultLayout<ELFT>::sortOutputSectionByPriority(
|
|||
return getPriorityFromSectionName(lhsSectionName) <
|
||||
getPriorityFromSectionName(rhsSectionName);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
template <class ELFT> void DefaultLayout<ELFT>::assignSectionsToSegments() {
|
||||
ScopedTask task(getDefaultDomain(), "assignSectionsToSegments");
|
||||
|
|
Loading…
Reference in New Issue