[PATCH] D157750: Properly handle -fsplit-machine-functions for fatbinary compilation
Daniel Hoekwater via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 16 15:41:08 PDT 2023
dhoekwater added a comment.
This patch will make it difficult to write tests for MFS on AArch64 before it is officially enabled. Currently, because clang performs the Triple check, we can use `-enable-split-machine-functions` to run tests with MFS on Arm, but after this patch the flag won't do anything.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157750/new/
https://reviews.llvm.org/D157750
More information about the cfe-commits
mailing list