[PATCH] D74150: Update hwasan docs to cover outlined checks and globals.
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 11:28:18 PST 2020
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/docs/HardwareAssistedAddressSanitizerDesign.rst:87
+ bl __hwasan_check_x0_2_short // call outlined tag check
+ // (arguments: x0 = address, x9 = shadow base)
+ ldr w0, [x0] // inline load
----------------
mention that "2" encodes access type and size. Do we want to expand on how?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74150/new/
https://reviews.llvm.org/D74150
More information about the cfe-commits
mailing list