[all-commits] [llvm/llvm-project] a527bd: [LegacyPM] Remove DataFlowSanitizerLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Oct 25 10:55:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a527bda520f01174178eaddccf52124ac1b2473f
https://github.com/llvm/llvm-project/commit/a527bda520f01174178eaddccf52124ac1b2473f
Author: Fangrui Song <i at maskray.me>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Instrumentation.h
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list