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 01eda9d commit e255897Copy full SHA for e255897
llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
@@ -2478,6 +2478,7 @@ const MCExpr *AArch64AsmPrinter::emitPAuthRelocationAsIRelative(
2478
std::unique_ptr<MCSubtargetInfo> STI(
2479
TM.getTarget().createMCSubtargetInfo(TT, "", ""));
2480
assert(STI && "Unable to create subtarget info");
2481
+ this->STI = static_cast<const AArch64Subtarget *>(&*STI);
2482
2483
MCSymbol *Place = OutStreamer->getContext().createTempSymbol();
2484
OutStreamer->emitLabel(Place);
0 commit comments