[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 09:56:58 PDT 2022
steven_wu accepted this revision.
steven_wu added a comment.
This revision is now accepted and ready to land.
LGTM.
For ld64, `-cache_path_lto` controls where the ThinLTO cache is and `-object_path_lto` controls where to write MachO object file from thinLTO codegen for dsymutil to use. The behavior in this patch is correct.
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