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 cd10d2c commit e7a892fCopy full SHA for e7a892f
llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
@@ -1238,7 +1238,7 @@ uint64_t ARMAsmBackendDarwin::generateCompactUnwindEncoding(
1238
// Verify standard frame (lr/r7) was used.
1239
if (CFARegister != ARM::R7) {
1240
DEBUG_WITH_TYPE("compact-unwind", llvm::dbgs() << "frame register is "
1241
- << CFARegister
+ << CFARegister.id()
1242
<< " instead of r7\n");
1243
return CU::UNWIND_ARM_MODE_DWARF;
1244
}
0 commit comments