[PATCH] D37008: [ELF] - Do not allow --dynamic-list and --version-script together.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 09:12:39 PDT 2017


smeenai requested changes to this revision.
smeenai added a comment.
This revision now requires changes to proceed.

`--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.


https://reviews.llvm.org/D37008





More information about the llvm-commits mailing list