We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c0090 commit 80b9b1eCopy full SHA for 80b9b1e
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
@@ -356,7 +356,7 @@ static bool isLikelyToHaveSVEStack(const MachineFunction &MF) {
356
}
357
358
static bool isTargetWindows(const MachineFunction &MF) {
359
- return MF.getSubtarget<AArch64Subtarget>().isTargetWindows();
+ return MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
360
361
362
// Windows unwind can't represent the required stack adjustments if we have
0 commit comments