[all-commits] [llvm/llvm-project] d13353: [LegacyPM] Remove MemorySanitizerLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Apr 21 10:22:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d133538b8b8475586079e932ed1ad4dd63f53ba5
https://github.com/llvm/llvm-project/commit/d133538b8b8475586079e932ed1ad4dd63f53ba5
Author: Fangrui Song <i at maskray.me>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/bindings/go/llvm/InstrumentationBindings.cpp
M llvm/bindings/go/llvm/InstrumentationBindings.h
M llvm/bindings/go/llvm/transforms_instrumentation.go
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[LegacyPM] Remove MemorySanitizerLegacyPass
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.
Differential Revision: https://reviews.llvm.org/D123894
More information about the All-commits
mailing list