[llvm-commits] [patch] Fix PR5094: -fstack-protector fails to link on Linux/x86

Eric Christopher echristo at apple.com
Mon Jul 5 11:22:52 PDT 2010


On Jul 5, 2010, at 11:16 AM, Eric Christopher wrote:

> 
> On Jul 5, 2010, at 11:11 AM, Nelson Elhage wrote:
> 
>> <stack-protector-linux.diff>
> 
> I'm not against this way in general.
> 
> You can use "isELF" in the Subtarget area instead of including triple though.  If you can make that change real fast that would be great.

As has been pointed out BSD is also elf.  I need to fix some comments and then give me a second to get things set up as far as the subtarget.

-eric



More information about the llvm-commits mailing list