[llvm] [hwasan] Add intrinsics for fixed shadow on Aarch64 (PR #89319)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 17:01:54 PDT 2024


================
@@ -116,7 +117,7 @@ class AArch64AsmPrinter : public AsmPrinter {
   void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI);
   void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, bool Typed);
 
-  typedef std::tuple<unsigned, bool, uint32_t> HwasanMemaccessTuple;
+  typedef std::tuple<unsigned, bool, uint32_t, bool> HwasanMemaccessTuple;
----------------
vitalybuka wrote:

better in follow up patch

https://github.com/llvm/llvm-project/pull/89319


More information about the llvm-commits mailing list