[PATCH] [lld][ELF] Order segments properly

Michael Spencer bigcheesegs at gmail.com
Wed Feb 27 12:15:31 PST 2013



================
Comment at: lib/ReaderWriter/ELF/SegmentChunks.h:334
@@ +333,3 @@
+  if (type1 == llvm::ELF::PT_PHDR)
+      return true;
+  if (type2 == llvm::ELF::PT_PHDR)
----------------
Indentation.

================
Comment at: lib/ReaderWriter/ELF/SegmentChunks.h:341
@@ +340,3 @@
+  if (type1 == llvm::ELF::PT_INTERP)
+      return true;
+  if (type2 == llvm::ELF::PT_INTERP)
----------------
Indentation.


http://llvm-reviews.chandlerc.com/D458



More information about the llvm-commits mailing list