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

Anders Waldenborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 05:11:17 PDT 2019


wanders added a comment.

> 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.


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