[PATCH] D37008: [ELF] - Do not allow --dynamic-list and --version-script together.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 09:32:55 PDT 2017
grimar abandoned this revision.
grimar added a comment.
In https://reviews.llvm.org/D37008#848762, @smeenai wrote:
> `--dynamic-list` and `--version-script` don't make sense together when building an executable, but the combination can be useful for a shared library. See https://reviews.llvm.org/D36499 for how the two should work together for a shared library.
Ah, I missed that one, thanks for pointing. Abandoning this for now.
https://reviews.llvm.org/D37008
More information about the llvm-commits
mailing list