Index: ELF/Writer.cpp =================================================================== --- ELF/Writer.cpp +++ ELF/Writer.cpp @@ -179,7 +179,7 @@ static Defined *addAbsolute(StringRef Name) { return cast(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.