[PATCH] D33211: [builtins] Fix a check from __GNU__ to __GNUC__ for disabling executable stack.

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 16:07:29 PDT 2017


I recommend:

https://sourceforge.net/p/predef/wiki/OperatingSystems/

On 16.05.2017 00:49, Eric Christopher wrote:
> Nice catch, I didn't even think about that (who thinks about Hurd these
> days?)
> 
> Seems reasonable to make this a __GNU__ and  __LINUX__ check.
> 
> Thanks!
> 
> 
> On Mon, May 15, 2017 at 3:46 PM Kamil Rytarowski via Phabricator
> <reviews at reviews.llvm.org <mailto:reviews at reviews.llvm.org>> wrote:
> 
>     krytarowski added a comment.
> 
>     `__GNU__` is for GNU/Hurd not, GNU compiler, please revert
> 
>     We don't want this on NetBSD.
> 
> 
>     Repository:
>       rL LLVM
> 
>     https://reviews.llvm.org/D33211
> 
> 
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170516/bb5ac151/attachment.sig>


More information about the llvm-commits mailing list