[PATCH] D124337: [LegacyPM] Remove HWAsanSanitizerLegacyPassUsing the legacy PM for the optimization pipeline was deprecated in 13.0.0.Following recent changes to remove non-core features of the legacyPM/optimization pipeline, remove AddressSanitizerLegacyPass...

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 23 14:11:00 PDT 2022


MaskRay created this revision.
MaskRay added reviewers: Sanitizers, eugenis, fmayer, pcc.
Herald added subscribers: StephenFan, hiraditya.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

...,
ModuleAddressSanitizerLegacyPass, and ASanGlobalsMetadataWrapperPass.

MemorySanitizerLegacyPass was removed in D123894 <https://reviews.llvm.org/D123894>.
AddressSanitizerLegacyPass was removed in D124216 <https://reviews.llvm.org/D124216>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124337

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/lib/Transforms/Instrumentation/Instrumentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124337.424748.patch
Type: text/x-patch
Size: 5739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220423/c08fd1cb/attachment.bin>


More information about the llvm-commits mailing list