================
@@ -12007,6 +12011,49 @@ static void genTPLoopBody(MachineBasicBlock
*TpLoopBody,
.add(predOps(ARMCC::AL));
}
+bool ARMTargetLowering::supportKCFIBundles() const {
+ // KCFI is only supported in ARM mode, not Thumb mode
+ return !Subtarget->isThumb();
----------------
kees wrote:
Oh, there firmware using the generic KCFI? Yeah, if they depend on Thumb, that
would break. Would Thumb support just need a different asmprinter?
https://github.com/llvm/llvm-project/pull/163698
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits