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

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 1 01:17:58 PDT 2022


aidengrossman added reviewers: Northbadge, tejohnson.
aidengrossman added a subscriber: mtrofin.
aidengrossman added a comment.

This fixes the issue that we were seeing in #57963 and //shouldn't// change any of the behavior in the base case (outside of thin archives) and should just match the behavior that happens in the non-lazy case. I'm not too familiar with this area of the code base, so if I've taken the wrong approach in any specific area, let me know and I can adjust.


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