[clang] [Clang] Add GCC's __builtin_stack_address() to Clang. (PR #121332)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 30 12:40:29 PST 2025


rjmccall wrote:

I agree with Nikita. I have no problem with supporting this builtin, but it feels like something that should be expressed portably as an IR intrinsic and then get lowered in the backend rather than needing frontend work for every target.

https://github.com/llvm/llvm-project/pull/121332


More information about the cfe-commits mailing list