[cfe-commits] [patch] Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE

Chandler Carruth chandlerc at google.com
Wed Apr 4 15:07:43 PDT 2012


On Thu, Apr 5, 2012 at 12:04 AM, Nico Weber <thakis at chromium.org> wrote:

> Hi,
>
> the attached patch hooks up -fno-pic, -fno-PIC, -fno-pie, and
> -fno-PIE. With this, clang no longer emits "ignoring unknown option
> -fno-pic" if that option is passed in, and it also no longer emits pic
> code on targets where this is on by default.
>
> I did the same for -fno-pie and -fno-PIE which were silently ignored
> before.
>
> Ok?
>

Test cases?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120405/5d1ef661/attachment.html>


More information about the cfe-commits mailing list