[LegacyPM] Remove DataFlowSanitizerLegacyPass
authorFangrui Song <i@maskray.me>
Tue, 25 Oct 2022 17:55:29 +0000 (10:55 -0700)
committerFangrui Song <i@maskray.me>
Tue, 25 Oct 2022 17:55:29 +0000 (10:55 -0700)
commita527bda520f01174178eaddccf52124ac1b2473f
tree9a1d62f83f4f3f0d9eafdf25d2631e2867a96551
parent9fbd57fbe21a117f280a4a507fcd74b79163ec57
[LegacyPM] Remove DataFlowSanitizerLegacyPass

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 DataFlowSanitizerLegacyPass.

Differential Revision: https://reviews.llvm.org/D124594
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Instrumentation.h
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/lib/Transforms/Instrumentation/Instrumentation.cpp