[PATCH] [PECOFF] Do not use layout-after/before relationships for grouped sections.
Rui Ueyama
ruiu at google.com
Mon Aug 5 17:57:30 PDT 2013
Hi shankarke,
Adding layout edges to atoms for grouped sections turned to be too complicated
than it should be. This patch simplifies the code by adding user-supplied
comparator function to the layout pass object. TargetInfos are now able to
customize the layout pass behavior by passing custom comparator function.
http://llvm-reviews.chandlerc.com/D1292
Files:
include/lld/Passes/LayoutPass.h
lib/Passes/LayoutPass.cpp
lib/ReaderWriter/PECOFF/GroupedSectionsPass.h
lib/ReaderWriter/PECOFF/PECOFFTargetInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1292.1.patch
Type: text/x-patch
Size: 9524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130805/4653fd57/attachment.bin>
More information about the llvm-commits
mailing list