[PATCH] D121394: [HWASan] Update use-after-scope test to use ARM64.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 15:36:39 PST 2022


hctim added a comment.

This test is really hard to validate changes to. I mean, it's basically "$COMPILER produces $BLOB", right? I'm not really sure what are the interesting parts I'm supposed to be looking for.

Is it possible to reduce the test to check the actual conditions?

Like, for `standard_lifetime`, we have lifetime start -> shadow setup (some minimal UID like __hwasan_generate_tag) -> lifetime end -> shadow teardown (some minimal UID like memset-zero).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121394



More information about the llvm-commits mailing list