[PATCH] D131624: [lld-macho] Ensure cached objects are affected by `-object_path_lto`
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 10:00:06 PDT 2022
steven_wu added a comment.
One thing missing is that in libLTO, the cached object is written to `-object_path_lto` using a hard-link. That is intentional to reduce the disk usage and it is faster than write a file buffer to output file. Might want to consider doing that in lld for future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131624/new/
https://reviews.llvm.org/D131624
More information about the llvm-commits
mailing list