This is an archive of the discontinued LLVM Phabricator instance.

Enable hwasan-use-after-scope by default
ClosedPublic

Authored by fmayer on Jul 25 2023, 3:14 PM.

Details

Summary

This has been in use for a long time without any issues.

Diff Detail

Event Timeline

fmayer created this revision.Jul 25 2023, 3:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 3:14 PM
fmayer requested review of this revision.Jul 25 2023, 3:14 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 25 2023, 3:14 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jul 25 2023, 5:15 PM

You may add this into llvm/docs/ReleaseNotes.rst

You probably should remove -mllvm -hwasan-use-after-scope from tests (followup patch is find, after waiting few weeks this one not reverted)

This revision is now accepted and ready to land.Jul 25 2023, 5:15 PM
fmayer updated this revision to Diff 544156.Jul 25 2023, 5:26 PM

update tests

You may add this into llvm/docs/ReleaseNotes.rst

You probably should remove -mllvm -hwasan-use-after-scope from tests (followup patch is find, after waiting few weeks this one not reverted)

updated tests and changelog

fmayer updated this revision to Diff 544161.Jul 25 2023, 5:33 PM

remove redundant test RUN

This revision was landed with ongoing or failed builds.Jul 25 2023, 5:36 PM
This revision was automatically updated to reflect the committed changes.