[PATCH] D17995: [MIPS] Make Static a default relocation model for MIPS codegen

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 01:35:48 PDT 2016


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM.

I had thought that this introduced strange defaults for Linux but it turned that our toolchains are a bit inconsistent about the behaviour of -fpic/-fno-pic. Our 'mti' and 'img' toolchains work as you'd expect but Debian's acts like -fpic when given -fno-pic.


Repository:
  rL LLVM

http://reviews.llvm.org/D17995





More information about the llvm-commits mailing list