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

Eric Christopher echristo at apple.com
Mon Jul 5 20:44:16 PDT 2010


On Jul 5, 2010, at 6:29 PM, Nelson Elhage wrote:

> Here's a patch which splits the test out for ARM, X86, and PPC.
> 
> For ARM and PPC, I'm leaving a single test (triple unspecified). From
> browsing glibc, it looks like PPC has a weird stack cookie on Linux,
> too, but I don't have a build env set up to verify, so I'll let someone
> who knows more about PPC deal if appropriate.
> 
> FileCheck didn't seem to be necessary for these tests; Did you intend
> that I check something more complex than the simple grep's that were
> already there?

Nope, but FileCheck is TheOneTrueWay(tm).  I'll grab it though.

-eric



More information about the llvm-commits mailing list