[all-commits] [llvm/llvm-project] 2675c4: [DFSan] Don't crash with the legacy pass manager
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Sep 12 10:12:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2675c41671315da867c56276160e70905c59d11f
https://github.com/llvm/llvm-project/commit/2675c41671315da867c56276160e70905c59d11f
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Log Message:
-----------
[DFSan] Don't crash with the legacy pass manager
TargetLibraryInfo isn't optional, so we have to provide it even with the
lageacy stuff. Ideally we wouldn't need it anymore but there are still
users out there that are stuck on the legacy PM.
Differential Revision: https://reviews.llvm.org/D133685
More information about the All-commits
mailing list