[PATCH] D143388: [Lint] Use new PM instead of legacy PM in lintFunction and lintModule

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 10:46:15 PST 2023


aeubanks added a comment.

+1 to removing those.

if we wanted to go down this route of using the new PM, we'd need to link in `Passes` into the CMakeLists.txt, which creates a dependency cycle.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143388/new/

https://reviews.llvm.org/D143388



More information about the llvm-commits mailing list