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

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 16:09:09 PDT 2019


inglorion added a comment.

> In ELF, the config name is ltoObjPath, and the flag is -plugin-opt=obj-path=

Yes. That's how I came up with -thinlto-obj-path. All the ThinLTO options that are -plugin-opt=??? in the ELF are -thinlto-??? in the COFF linker.

That said, I'm not opposed to giving this a more descriptive name. Since this is the path to the native object file we get out of LTO, how about -lto-merged-obj?


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