[PATCH] D32887: [ELF] Emit __ehdr_start when there is a segment containing program headers

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 12:02:03 PDT 2017


ruiu added a comment.

Right, but we already violated the assumption for symbols such as __bss_start as it is always defined even if .bss does not exist.

How are you using __ehdr_start?


Repository:
  rL LLVM

https://reviews.llvm.org/D32887





More information about the llvm-commits mailing list