[ELF] Remove a superfluous semicolon, fixing warnings. NFC.

llvm-svn: 345116
This commit is contained in:
Martin Storsjo 2018-10-24 07:42:06 +00:00
parent 5114390e48
commit c3095ace86
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static Defined *addOptionalRegular(StringRef Name, SectionBase *Sec,
static Defined *addAbsolute(StringRef Name) {
return cast<Defined>(Symtab->addDefined(Name, STV_HIDDEN, STT_NOTYPE, 0, 0,
STB_GLOBAL, nullptr, nullptr));
};
}
// The linker is expected to define some symbols depending on
// the linking result. This function defines such symbols.