This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] add shortgranule tests to use-after-scope.
ClosedPublic

Authored by fmayer on Mar 10 2022, 11:04 AM.

Diff Detail

Event Timeline

fmayer created this revision.Mar 10 2022, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2022, 11:04 AM
fmayer requested review of this revision.Mar 10 2022, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2022, 11:04 AM
hctim accepted this revision.Mar 16 2022, 10:28 AM
hctim added inline comments.
llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
2

nit:

; RUN: opt -passes=hwasan -hwasan-use-short-granules=1 -hwasan-generate-tags-with-calls \
; RUN:   -hwasan-use-after-scope=1 -S < %s | FileCheck %s --check-prefixes=SCOPE-SHORT
This revision is now accepted and ready to land.Mar 16 2022, 10:28 AM
hctim added inline comments.Mar 16 2022, 10:29 AM
llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
2

(looks like this was still on draft but you did it preemptively)

This revision was landed with ongoing or failed builds.Mar 16 2022, 10:43 AM
This revision was automatically updated to reflect the committed changes.