[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
Mon Oct 3 11:12:46 PDT 2022
aidengrossman marked an inline comment as done.
aidengrossman added inline comments.
================
Comment at: lld/test/ELF/lto/thinlto-index-files-thin-archive.ll:1
+; REQUIRES: x86
+
----------------
tejohnson wrote:
> Why is this needed?
It was just an artifact that I copied ever when replicating some of the setup from one of the other regression tests regarding thinlto index files that I mistakenly didn't remove. This has since been fixed in the latest revision of this patch. Thanks for pointing this out.
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