[all-commits] [llvm/llvm-project] 16a4d3: [LegacyPM] Remove AddressSanitizerLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Apr 21 19:26:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16a4d3a85ca9805928c67da5d8b85db6d2b473a8
https://github.com/llvm/llvm-project/commit/16a4d3a85ca9805928c67da5d8b85db6d2b473a8
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