Add support for thinlto option ( thinlto-emit-imports-files) to emit import files...
authorRumeet Dhindsa <rdhindsa@google.com>
Mon, 7 May 2018 23:14:12 +0000 (23:14 +0000)
committerRumeet Dhindsa <rdhindsa@google.com>
Mon, 7 May 2018 23:14:12 +0000 (23:14 +0000)
commit4fb5119215f897b5f3503d38e35f8529f18eb19e
treeb88c3f9534dd6f100d37437d4cca7880a89cb636
parent10bc5ad62267fab4c98def8b9f9211ffe4faa29e
Add support for thinlto option ( thinlto-emit-imports-files) to emit import files for thinlink.

Differential Revision: https://reviews.llvm.org/D46400

llvm-svn: 331696
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/LTO.cpp
lld/test/ELF/lto/thinlto_emit_imports.ll [new file with mode: 0644]