[all-commits] [llvm/llvm-project] 39e23b: [LegacyPM] Remove HWAsanSanitizerLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Apr 25 10:21:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39e23bb059d197a72b67255959777cf7d6ede9eb
https://github.com/llvm/llvm-project/commit/39e23bb059d197a72b67255959777cf7d6ede9eb
Author: Fangrui Song <i at maskray.me>
Date: 2022-04-25 (Mon, 25 Apr 2022)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
Log Message:
-----------
[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...
...,
ModuleAddressSanitizerLegacyPass, and ASanGlobalsMetadataWrapperPass.
MemorySanitizerLegacyPass was removed in D123894.
AddressSanitizerLegacyPass was removed in D124216.
Reviewed By: #sanitizers, vitalybuka
Differential Revision: https://reviews.llvm.org/D124337
More information about the All-commits
mailing list