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

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 15:39:44 PDT 2017


krytarowski added a comment.

I think this should check for GNU platforms, not GNU compatible compilers. As far as I understand we don't want this on NetBSD in both cases libunwind, llvm.


https://reviews.llvm.org/D33217





More information about the llvm-commits mailing list