[clang] [PowerPC] Support -mno-red-zone option (PR #94581)

Qiu Chaofan via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 6 00:27:54 PDT 2024


ecnelises wrote:

No. `-disable-red-zone` does nothing but add `noredzone` IR attribute to functions. We need to add cases to test for `noredzone` behavior on PPC (arm and x86 have).

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


More information about the cfe-commits mailing list