[PATCH] D157750: Properly handle -fsplit-machine-functions for fatbinary compilation
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 11 15:05:36 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetPassConfig.cpp:1281-1282
+ else
+ WithColor::warning()
+ << "-fsplit-machine-functions is only valid for X86.\n";
}
----------------
You cannot spam warnings here. The other instance of printing here looks like a new addition and should be removed
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