[lld] r249324 - Remove an extra blank line.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 09:05:19 PDT 2015
Author: ikudrin
Date: Mon Oct 5 11:05:18 2015
New Revision: 249324
URL: http://llvm.org/viewvc/llvm-project?rev=249324&view=rev
Log:
Remove an extra blank line.
Modified:
lld/trunk/ELF/OutputSections.cpp
Modified: lld/trunk/ELF/OutputSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.cpp?rev=249324&r1=249323&r2=249324&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.cpp (original)
+++ lld/trunk/ELF/OutputSections.cpp Mon Oct 5 11:05:18 2015
@@ -229,7 +229,6 @@ template <class ELFT> void DynamicSectio
InitSym = dyn_cast<ELFSymbolBody<ELFT>>(S->Body);
if (Symbol *S = SymTab.getSymbols().lookup(Config->Fini))
FiniSym = dyn_cast<ELFSymbolBody<ELFT>>(S->Body);
-
if (InitSym)
++NumEntries; // DT_INIT
if (FiniSym)
More information about the llvm-commits
mailing list