[lld] r320502 - Fix line endings. NFC.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 09:37:01 PST 2017


Author: rafael
Date: Tue Dec 12 09:37:01 2017
New Revision: 320502

URL: http://llvm.org/viewvc/llvm-project?rev=320502&view=rev
Log:
Fix line endings. NFC.

Modified:
    lld/trunk/ELF/InputSection.h
    lld/trunk/ELF/OutputSections.h

Modified: lld/trunk/ELF/InputSection.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.h?rev=320502&r1=320501&r2=320502&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.h (original)
+++ lld/trunk/ELF/InputSection.h Tue Dec 12 09:37:01 2017
@@ -322,11 +322,11 @@ public:
   // OutputSection's InputSection list, and is used when ordering SHF_LINK_ORDER
   // sections. After assignAddresses is called, it represents the offset from
   // the beginning of the output section this section was assigned to.
-  uint64_t OutSecOff = 0;
-
-  static bool classof(const SectionBase *S);
-
-  InputSectionBase *getRelocatedSection();
+  uint64_t OutSecOff = 0;
+
+  static bool classof(const SectionBase *S);
+
+  InputSectionBase *getRelocatedSection();
 
   template <class ELFT, class RelTy>
   void relocateNonAlloc(uint8_t *Buf, llvm::ArrayRef<RelTy> Rels);

Modified: lld/trunk/ELF/OutputSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.h?rev=320502&r1=320501&r2=320502&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.h (original)
+++ lld/trunk/ELF/OutputSections.h Tue Dec 12 09:37:01 2017
@@ -111,12 +111,12 @@ public:
 
 private:
   // Used for implementation of --compress-debug-sections option.
-  std::vector<uint8_t> ZDebugHeader;
-  llvm::SmallVector<char, 1> CompressedData;
-
-  uint32_t getFiller();
-};
-
+  std::vector<uint8_t> ZDebugHeader;
+  llvm::SmallVector<char, 1> CompressedData;
+
+  uint32_t getFiller();
+};
+
 int getPriority(StringRef S);
 
 // All output sections that are handled by the linker specially are




More information about the llvm-commits mailing list