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

Shankar Kalpathi Easwaran shankarke at gmail.com
Sun Feb 24 12:08:56 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 {
----------------
David Nadlinger wrote:
> typo
ah will fix that.


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



More information about the llvm-commits mailing list