[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:45:47 PDT 2017
    
    
  
krytarowski requested changes to this revision.
krytarowski added a comment.
This revision now requires changes to proceed.
`__GNU__` is not for GCC but for GNU/Hurd.
https://reviews.llvm.org/D33217
    
    
More information about the llvm-commits
mailing list