[PATCH] D138081: [IR] Split out IR printing passes into IRPrinter

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 06:31:11 PST 2022


tejohnson added inline comments.


================
Comment at: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel:918
         ":Core",
+        ":IRPrinter",
         ":IRReader",
----------------
Per the follow on fix to D137768, I guess this one was unnecessary. Can you check if there are any others added that are similarly unnecessary and can be removed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138081



More information about the cfe-commits mailing list