[PATCH] D146776: Reland [llvm] Preliminary fat-lto-objects support

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 11:10:42 PDT 2023


paulkirth reopened this revision.
paulkirth added a comment.
This revision is now accepted and ready to land.

This seems to have failed on expensive checks because we marked the pass as `PreservedAnalyses::all()`. I guess the simplest thing to do is to change that to `none`, but I think there should be something else we can do here to avoid invalidating analyses that aren't affected by inserting the metadata section.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146776



More information about the llvm-commits mailing list