[PATCH] D98069: [HWASan] Disable stack, globals and force callbacks for x86_64.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 12:17:53 PST 2021


morehouse added a comment.

In D98069#2612088 <https://reviews.llvm.org/D98069#2612088>, @eugenis wrote:

> I'm concerned about losing test coverage of stack and globals in hwasan.
> Could we keep both modes until page aliasing reaches feature parity?
> As an alternative, we could setup aarch64 simulator testing, or even a native aarch64 builder/tester.

Isn't aarch64 already tested?  I see several `REQUIRES: aarch64-target-arch` or `REQUIRES: android` in tests already.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98069



More information about the llvm-commits mailing list