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 MemorySanitizerLegacyPass.
I am going to wait a bit for
Paths
| Differential D123894
[msan] Remove legacy PM pass ClosedPublic Authored by MaskRay on Apr 15 2022, 9:16 PM.
Details Summary Using the legacy PM for the optimization pipeline was deprecated in 13.0.0. I am going to wait a bit for
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2022, 11:56 PM This revision was landed with ongoing or failed builds.Apr 21 2022, 10:22 AM Closed by commit rGd133538b8b84: [LegacyPM] Remove MemorySanitizerLegacyPass (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes. MaskRay mentioned this in D124216: [LegacyPM] Remove AddressSanitizerLegacyPass.Apr 21 2022, 5:19 PM MaskRay mentioned this in 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....Apr 23 2022, 2:10 PM
Revision Contents
Diff 424244 llvm/bindings/go/llvm/InstrumentationBindings.h
llvm/bindings/go/llvm/InstrumentationBindings.cpp
llvm/bindings/go/llvm/transforms_instrumentation.go
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
|