This is an archive of the discontinued LLVM Phabricator instance.

Fix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer
ClosedPublic

Authored by loladiro on Oct 10 2015, 10:24 PM.

Details

Summary

In r231241, TargetLibraryInfoWrapperPass was added to getAnalysisUsage for AddressSanitizer, but the corresponding INITIALIZE_PASS_DEPENDENCY was not added.

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro updated this revision to Diff 37046.Oct 10 2015, 10:24 PM
loladiro retitled this revision from to Fix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer.
loladiro updated this object.
loladiro added reviewers: dvyukov, chandlerc.
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: llvm-commits.
kcc accepted this revision.Oct 19 2015, 3:21 PM
kcc added a reviewer: kcc.
kcc added a subscriber: kcc.

LGTM, thanks

This revision is now accepted and ready to land.Oct 19 2015, 3:21 PM
This revision was automatically updated to reflect the committed changes.