[PATCH] D46034: Support for distributed ThinLTO options

Rumeet Dhindsa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 16:16:12 PDT 2018


rdhindsa created this revision.
rdhindsa added reviewers: ruiu, pcc, tejohnson.
Herald added subscribers: llvm-commits, eraman, arichardson, inglorion, emaste.
Herald added a reviewer: espindola.

Added support for options thinlto-index-only and thinlto-prefix-replace.

When thinlto-index-only option is specified, the thin LTO backend is created to generate the index files.
thinlto-prefix-replace controls where the files of distributed backend are created.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46034

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/LTO.cpp
  lld/ELF/LTO.h
  lld/ELF/Options.td
  lld/test/ELF/lto/thinlto.ll
  lld/test/ELF/lto/thinlto_prefix_replace.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46034.143831.patch
Type: text/x-patch
Size: 12739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180424/8a64d295/attachment.bin>


More information about the llvm-commits mailing list