[PATCH] D23405: [ELF] Do not add start and end symbols in case they are defined in linker script

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 14:31:01 PDT 2016


evgeny777 added a comment.

I thought it would make sense to add those symbols if linker script does not provide them for some reason. For example .init_array can be an orphan section, right? Also I wonder what would happen if I define __init_array_start somewhere in my program.


Repository:
  rL LLVM

https://reviews.llvm.org/D23405





More information about the llvm-commits mailing list