[PATCH] D56046: Output ELF files after ThinLTO is run.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 27 14:07:22 PST 2018
ruiu added a comment.
Replicating the gold behavior sounds fine, but does this patch work? This change seems to leave Buf uninitialized while Buf will be used later. Also, in gold LTO plugin, -obj-path overwrites -save-temps, but this change doesn't seem to replicate that behavior. Could you add tests?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56046/new/
https://reviews.llvm.org/D56046
More information about the llvm-commits
mailing list