[PATCH] D135014: [lld][ELF] Fix lazy ThinLTO index writing in thin archives

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 1 07:50:20 PDT 2022


tejohnson added a comment.

I read through Issue #57963 just now but still a little unsure of a couple things:

What is the path that is written for the test case without this patch?

This is just for MLGO, right? It isn't going to make this case work for distributed ThinLTO all the way through the ThinLTO backends I believe - is that correct?

It does seem fine to me and consistent with the path used when the bitcode file is actually added to the link, however.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135014



More information about the llvm-commits mailing list