[PATCH] D33018: [compiler-rt][cmake] Provide empty version of enable_execute_stack for baremetal targets

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 16:11:50 PDT 2017


jroelofs added a comment.

In https://reviews.llvm.org/D33018#750300, @joerg wrote:

> Why do you call __enable_execute_stack in first place? I would just leave it and fix any potential callers.


GCC inserts calls to it for nested functions.


https://reviews.llvm.org/D33018





More information about the llvm-commits mailing list