[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
Fri May 10 08:41:15 PDT 2019


steven_wu added a comment.

In D61627#1497919 <https://reviews.llvm.org/D61627#1497919>, @wanders wrote:

> > Why are you interested in expending this list?
>
> I have a (kernel) that is compiled with `-mno-red-zone` and `-mcmodel=large` which I want to compile with `-fembed-bitcode` for a debugging tool that needs the bitcode.
>
> But I can carry these patches locally for now.


I think the best option for this situation might be just make this blacklist to be darwin toolchain specific.


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