[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 09:01:46 PDT 2019


compnerd added a comment.

@steven_wu - yeah, `-mred-zone`, `-mno-red-zone`  does impact the ABI, at least on x86_64.  It changes the way that the arguments are spilled and the stack layout.


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