[PATCH] D137013: [LoongArch][ASAN] Instrumentation pass now uses proper shadow offset
WÁNG Xuěruì via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 29 02:02:01 PDT 2022
xen0n added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:109
static const uint64_t kAArch64_ShadowOffset64 = 1ULL << 36;
+static const uint64_t kLoongArch64_ShadowOffset64 = 1ULL << 46;
static const uint64_t kRISCV64_ShadowOffset64 = 0xd55550000;
----------------
I might be missing on something, how is the offset value derived?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137013/new/
https://reviews.llvm.org/D137013
More information about the llvm-commits
mailing list