[PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 09:14:34 PDT 2016


evgeny777 added a comment.

I agree, but unfortunately I don't see a lot of other options. What comes to my mind is:

- Implement more sophisticated logic, so it would handle your case.
- Check for symbol names (section name + "_end" or "_start"), and if there are then add start and/or end symbols.

Any other suggestions are appreciated, of course.


Repository:
  rL LLVM

https://reviews.llvm.org/D23716





More information about the llvm-commits mailing list