[PATCH] D22683: [ELF] Symbol assignment within input section list

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 09:21:37 PDT 2016


evgeny777 added a comment.

Interesting idea, but it doesn't sound any easier to me. You'll likely maintain list of symbols instead of list of SymbolInputSection<ELFT>. Also will it work in this case:

  .foo {
      *(.foo)
      end_foo = .;
     . = ALIGN(0x1000);
  }


Repository:
  rL LLVM

https://reviews.llvm.org/D22683





More information about the llvm-commits mailing list