Details
Details
- Reviewers
eugenis fmayer pcc ctetreau vitalybuka - Group Reviewers
Restricted Project - Commits
- rG39e23bb059d1: [LegacyPM] Remove HWAsanSanitizerLegacyPass
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124337
[LegacyPM] Remove HWAsanSanitizerLegacyPass
Using the legacy PM for the optimization pipeline was deprecated in 13.0.0.
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline, remove AddressSanitizerLegacyPass... ClosedPublic Authored by MaskRay on Apr 23 2022, 2:10 PM.
Details
Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 24 2022, 12:52 AM This revision was landed with ongoing or failed builds.Apr 25 2022, 10:21 AM Closed by commit rG39e23bb059d1: [LegacyPM] Remove HWAsanSanitizerLegacyPass (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 424958 llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
|