This is an archive of the discontinued LLVM Phabricator instance.

[asan] Add autogenerated test for fake stack
ClosedPublic

Authored by vitalybuka on May 20 2021, 1:10 PM.

Details

Summary

This will help to see result of D102462.

Test was generated with
./llvm/utils/update_test_checks.py llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll --opt-binary <build_dir>/bin/opt

Diff Detail

Event Timeline

vitalybuka requested review of this revision.May 20 2021, 1:10 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2021, 1:10 PM
vitalybuka edited the summary of this revision. (Show Details)May 20 2021, 1:11 PM

dedup with common prefix

simplify even more

kda accepted this revision.May 20 2021, 2:01 PM

LGTM.

This revision is now accepted and ready to land.May 20 2021, 2:01 PM
This revision was automatically updated to reflect the committed changes.