[PATCH] D30258: [ELF] - Implemented --no-dynamic-linker option

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 09:39:22 PST 2017


ruiu added a comment.

Also, if both -foo and -no-foo are given, the last one usually wins. But in this patch -no-dynamic-linker always wins no matter where that is in the command line. That is incosnsitent and confusing.


https://reviews.llvm.org/D30258





More information about the llvm-commits mailing list