This is an archive of the discontinued LLVM Phabricator instance.

[clang][asan] Add test for ensuring PR52382 is fixed
ClosedPublic

Authored by leonardchan on Nov 3 2021, 2:15 PM.

Details

Summary

The fix for PR52382 was already introduced in D112732 which ensures that module instrumentation always runs after function instrumentation. This adds a test that ensures the PR is addressed and prevent regression.

Diff Detail

Event Timeline

leonardchan requested review of this revision.Nov 3 2021, 2:15 PM
leonardchan created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2021, 2:15 PM
vitalybuka accepted this revision.Nov 4 2021, 11:53 AM
This revision is now accepted and ready to land.Nov 4 2021, 11:53 AM
This revision was automatically updated to reflect the committed changes.