From: Rui Ueyama Date: Mon, 22 Aug 2016 04:55:41 +0000 (+0000) Subject: Format. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=189b871a62bec4b5e714b6d686126537b95b2b06;p=platform%2Fupstream%2Fllvm.git Format. llvm-svn: 279415 --- diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index b39897f..3b20bbe 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -524,11 +524,12 @@ static Symbol *addOptionalSynthetic(StringRef Name, template static void addSynthetic(StringRef Name, OutputSectionBase *Sec, - typename ELFT::uint Val) { + typename ELFT::uint Val) { SymbolBody *S = Symtab::X->find(Name); if (!S || S->isUndefined() || S->isShared()) Symtab::X->addSynthetic(Name, Sec, Val, STV_HIDDEN); } + // The beginning and the ending of .rel[a].plt section are marked // with __rel[a]_iplt_{start,end} symbols if it is a statically linked // executable. The runtime needs these symbols in order to resolve