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 3930a91 commit 49cc1e9Copy full SHA for 49cc1e9
llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
@@ -118,7 +118,7 @@ class AArch64AsmPrinter : public AsmPrinter {
118
void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, bool Typed);
119
120
typedef std::tuple<unsigned, bool, uint32_t> HwasanMemaccessTuple;
121
- std::optional<uint64_t> HwasanFixedShadowBase = std::nullopt;
+ std::optional<uint64_t> HwasanFixedShadowBase;
122
std::map<HwasanMemaccessTuple, MCSymbol *> HwasanMemaccessSymbols;
123
void LowerKCFI_CHECK(const MachineInstr &MI);
124
void LowerHWASAN_CHECK_MEMACCESS(const MachineInstr &MI);
0 commit comments