[PATCH] D26130: [ELF] - Implemented --symbol-ordering-file option.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 6 16:06:13 PST 2016
davide added inline comments.
================
Comment at: test/ELF/symbol-ordering-file.s:9
+# BEFORE: Contents of section .text:
+# BEFORE-NEXT: 11000 11223344 55
+
----------------
grimar wrote:
> rafael wrote:
> > Changing .text to .foo should make this easier to read as .foo doesn't have an implicit alignment.
> linker does not concatinate .foo into single section like .text.* :(
> So I had to use .text
Can't you just use multiple input files with two `.foo` sections?
https://reviews.llvm.org/D26130
More information about the llvm-commits
mailing list