[PATCH] D61627: [clang driver] Allow -fembed-bitcode combined with -mno-red-zone
Steven Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 09:05:57 PDT 2019
steven_wu added a comment.
In D61627#1493674 <https://reviews.llvm.org/D61627#1493674>, @compnerd wrote:
> @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.
Well, I am not concern about ABI in that sense and not x86_64. I am concerning about ABI re-targeting from armv7k to arm64_32. It might be just fine but I can't tell for sure.
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