[PATCH] D61627: [clang driver] Allow -fembed-bitcode combined with -mno-red-zone

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 10:21:55 PDT 2019


compnerd added a comment.

Well, Apple's ARM64 ABI also has red zones and they are similar to x64 in the sense that they can be used for spilling locals.  I believe that the ILP32 variant retains the red zones as well, so, yes, this would impact the ABI unfortunately, and the platform guarantees red zones.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61627/new/

https://reviews.llvm.org/D61627





More information about the cfe-commits mailing list