[PATCH] D50803: [gold-plugin] Add "obj-files" option
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 15 14:56:11 PDT 2018
pcc added a comment.
`obj-path` should produce the same order as `save-temps` because they use the same code path -- they both work by setting `Filename` to a non-empty string, which causes us to follow the code path that appends task identifiers and use non-temporary files. If you're seeing something different, maybe that should be fixed instead?
Repository:
rL LLVM
https://reviews.llvm.org/D50803
More information about the llvm-commits
mailing list