[PATCH] D36874: [ELF] - Mention "-z notext" and -fPIC in some error messages

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 16:07:24 PDT 2017


ruiu added a comment.

> I also wonder if you really want to mention -z notext. We want to recommend or endorse the option because we want to avoid text relocations in general. In most cases, you just need to compile object files with -fPIC, so I believe you want to mention only that.

Sorry, I mean "We do not want to recommend or ..."


https://reviews.llvm.org/D36874





More information about the llvm-commits mailing list