[PATCH] [lld][ELF] Order segments properly
Shankar Kalpathi Easwaran
shankarke at gmail.com
Wed Feb 27 12:23:47 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)
----------------
Michael Spencer wrote:
> Indentation.
Fixed.
================
Comment at: lib/ReaderWriter/ELF/SegmentChunks.h:341
@@ +340,3 @@
+ if (type1 == llvm::ELF::PT_INTERP)
+ return true;
+ if (type2 == llvm::ELF::PT_INTERP)
----------------
Michael Spencer wrote:
> Indentation.
Fixed.
http://llvm-reviews.chandlerc.com/D458
More information about the llvm-commits
mailing list