[PATCH] D158755: Make "-fno-split-machine-functions" a valid flag for all archs.

Han Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 24 11:57:33 PDT 2023


shenhan added a comment.

In D158755#4614566 <https://reviews.llvm.org/D158755#4614566>, @MaskRay wrote:

> Thanks for the patch. We need a test. I cleaned up `fsplit-machine-functions.c` a bit. You can rebase and modify the `not %clang -### -c --target=arm-unknown-linux -fsplit-machine-functions -fno-split-machine-functions` RUN line in `clang/test/Driver/fsplit-machine-function.c`

Thanks. Fixed the case tagged with "FIXME" and added some new cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158755/new/

https://reviews.llvm.org/D158755



More information about the cfe-commits mailing list