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

David Nadlinger code at klickverbot.at
Sun Feb 24 11:20:20 PST 2013



================
Comment at: SegmentChunks.h:228
@@ -210,1 +227,3 @@
 
+  /// \brief convert the segment type to enumeration for sorting secgments
+  inline int64_t segmentOrder() const {
----------------
typo


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



More information about the llvm-commits mailing list