[PATCH] D90426: hwasan: Support for outlined checks in the Linux kernel.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 14:45:39 PDT 2020
pcc added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp:361
+ MCSymbol *ReturnSym = OutContext.createTempSymbol();
+
----------------
This was meant to stay where it was (I had originally moved it here because I had the match-all check first, but benchmarking revealed that moving the match-all check after the shadow check was faster). I'll move it back in the next upload.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90426/new/
https://reviews.llvm.org/D90426
More information about the llvm-commits
mailing list