[PATCH] D24685: Simplify SORT and --sort-section command line option handling.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 15:27:30 PDT 2016
ruiu added a comment.
George, I think this is better as it directly works on data structure we'd like to sort, rather than creating directives, fix it in the second pass, and then apply them. I updated the comment to describe how it works. Don't you still dislike this?
https://reviews.llvm.org/D24685
More information about the llvm-commits
mailing list