[lld] r283735 - [ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 03:18:58 PDT 2016


Author: psmith
Date: Mon Oct 10 05:18:58 2016
New Revision: 283735

URL: http://llvm.org/viewvc/llvm-project?rev=283735&view=rev
Log:
[ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.

Modified:
    lld/trunk/ELF/InputFiles.cpp

Modified: lld/trunk/ELF/InputFiles.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputFiles.cpp?rev=283735&r1=283734&r2=283735&view=diff
==============================================================================
--- lld/trunk/ELF/InputFiles.cpp (original)
+++ lld/trunk/ELF/InputFiles.cpp Mon Oct 10 05:18:58 2016
@@ -145,7 +145,7 @@ void elf::ObjectFile<ELFT>::parse(DenseS
   // Read section and symbol tables.
   initializeSections(ComdatGroups);
   initializeSymbols();
-  if (Config->GcSections && Config->EMachine == EM_ARM )
+  if (Config->GcSections && Config->EMachine == EM_ARM)
     initializeReverseDependencies();
 }
 




More information about the llvm-commits mailing list