[all-commits] [llvm/llvm-project] e68c58: [LegacyPM] Remove AddressSanitizerLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Apr 21 18:18:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e68c589e53da4a53bf1cea79a9cb38308edbb8c6
https://github.com/llvm/llvm-project/commit/e68c589e53da4a53bf1cea79a9cb38308edbb8c6
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/AddressSanitizer.h
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
Log Message:
-----------
[LegacyPM] Remove AddressSanitizerLegacyPass
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,
ModuleAddressSanitizerLegacyPass, and ASanGlobalsMetadataWrapperPass.
MemorySanitizerLegacyPass was removed in D123894.
Reviewed By: #sanitizers, vitalybuka
Differential Revision: https://reviews.llvm.org/D124216
More information about the All-commits
mailing list