Fix line endings. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 12 Dec 2017 17:37:01 +0000 (17:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 12 Dec 2017 17:37:01 +0000 (17:37 +0000)
llvm-svn: 320502

lld/ELF/InputSection.h
lld/ELF/OutputSections.h

index 621b88ee39229f0956502494aa0852451e214631..51500c33cc2f4bedc5fa20568bffd635e95c841a 100644 (file)
@@ -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;\r
-\r
-  static bool classof(const SectionBase *S);\r
-\r
-  InputSectionBase *getRelocatedSection();\r
+  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);
index 8ac914671883fb8b788233348d22c06a9a346e5e..b2845773e9afd5eafe75ee49d8255b83b8165748 100644 (file)
@@ -111,12 +111,12 @@ public:
 
 private:
   // Used for implementation of --compress-debug-sections option.
-  std::vector<uint8_t> ZDebugHeader;\r
-  llvm::SmallVector<char, 1> CompressedData;\r
-\r
-  uint32_t getFiller();\r
-};\r
-\r
+  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