[PATCH] D22848: [ELF] - Linkerscript: ignore SORT(CONSTRUCTORS)
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 11:16:58 PDT 2016
grimar added a comment.
Lets see what Rui think.
================
Comment at: ELF/LinkerScript.cpp:445
@@ -444,2 +444,3 @@
void readAlign(OutputSectionCommand *Cmd);
+ void readSort();
----------------
probably name could be skipSortConstructors() or something alike.
https://reviews.llvm.org/D22848
More information about the llvm-commits
mailing list