[PATCH] D53383: [PowerPC] Make no-PIC default to match GCC - LLVM

Kewen Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 20:20:28 PDT 2018


jedilyn added a comment.

In https://reviews.llvm.org/D53383#1276421, @stefanp wrote:

> @jedilyn 
>  You are correct that PIC is the only model on AIX. However, the object model (COFF) on AIX is different so the idea of PIC / no-PIC does not mean the same thing it does on Linux anyway. Also AIX is currently not supported for LLVM. If we decide to support it we can look at the options then. However, since AIX only uses one object model and there is no PIC/ no-PIC difference we will probably just end up ignoring the option anyway.


Thanks for clarification Stefan, it's a good idea just to ignore the PIC option on aix when it gets supported in future.


https://reviews.llvm.org/D53383





More information about the llvm-commits mailing list