This is an archive of the discontinued LLVM Phabricator instance.

[test][HWASAN] Regenerate some HWASAN tests
ClosedPublic

Authored by vitalybuka on Apr 25 2023, 5:49 PM.

Details

Summary

Example of the command used to update tests:

ninja -C <build_dir> opt && llvm/utils/update_test_checks.py \
  --opt-binary <build_dir>/bin/opt llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll

Diff Detail

Event Timeline

vitalybuka created this revision.Apr 25 2023, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 5:49 PM
vitalybuka requested review of this revision.Apr 25 2023, 5:49 PM
kstoimenov accepted this revision.Apr 26 2023, 11:26 AM
This revision is now accepted and ready to land.Apr 26 2023, 11:26 AM

May add some description regarding how this was regenerated?

vitalybuka edited the summary of this revision. (Show Details)Apr 26 2023, 1:01 PM
vitalybuka edited the summary of this revision. (Show Details)Apr 26 2023, 1:01 PM
This revision was landed with ongoing or failed builds.Apr 26 2023, 1:03 PM
This revision was automatically updated to reflect the committed changes.

May add some description regarding how this was regenerated?

done