[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 08:54:22 PDT 2019


steven_wu added a comment.

The main concern for adding this `blacklist` was because of long term maintainability since the option is going to be embedded into bitcode. Looking at this specific option, I have no reason against because it doesn't affect embedded compiler flags.

I added Tim to see if allowing disable redzone can affect ABI and if it can be supported.


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