[PATCH] D133685: [DFSan] Don't crash with the legacy pass manager

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 03:58:52 PDT 2022


bkramer created this revision.
bkramer added a reviewer: browneee.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
bkramer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133685

Files:
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133685.459419.patch
Type: text/x-patch
Size: 4512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/0cbb66a7/attachment.bin>


More information about the llvm-commits mailing list