[PATCH] D107850: [asan] Implemented custom calling convention similar to the one used by HWASan for X86.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 11:42:09 PDT 2021


kstoimenov added a comment.

Amended this patch to be the x86 only patch. PTAL.

In D107850#2949939 <https://reviews.llvm.org/D107850#2949939>, @vitalybuka wrote:

> This can be split into 3 patches in the following order:
>
> 1. x86
> 2. Instrumentation
> 3. clang
>
> Each of them needs tests, Instrumentation changes are not tested.




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107850/new/

https://reviews.llvm.org/D107850



More information about the llvm-commits mailing list