[PATCH] D65964: [lld-link] implement -thinlto-obj-path

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 15:24:40 PDT 2019


rnk added a comment.

I think the command line flag needs a better name to indicate that it's the destination for the merged, whole-program bitcode file. In ELF, the config name is ltoObjPath, and the flag is `-plugin-opt=obj-path=`. I think we can be more descriptive. How about: `-split-bc-path:`, `-merged-bc-path:`, `-lto-bc-path`, or something else descriptive?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65964/new/

https://reviews.llvm.org/D65964





More information about the llvm-commits mailing list