[PATCH] D27497: [ELF] Shared libraries should have entry point

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 17:57:01 PST 2016


phosek added a comment.

Ideally, `Config->Entry` would have 3 values: unset, set to default, set explicitly, but I don't know if there's a better way to achieve this than what I did in this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D27497





More information about the llvm-commits mailing list