Added support for ThinLTO plugin options : thinlto-index-only and thinlto-prefix...
authorRumeet Dhindsa <rdhindsa@google.com>
Wed, 2 May 2018 21:40:07 +0000 (21:40 +0000)
committerRumeet Dhindsa <rdhindsa@google.com>
Wed, 2 May 2018 21:40:07 +0000 (21:40 +0000)
commitd366e36bbfea7a793d38d2e81e8eb389e98bd1b2
tree8da511704bbd4cec1084f2a118d789821d2659f2
parente3b437935f3dfd2410871d067c38221f0d02e904
Added support for ThinLTO plugin options : thinlto-index-only and thinlto-prefix-replace

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

llvm-svn: 331405
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h
lld/ELF/LTO.cpp
lld/ELF/LTO.h
lld/ELF/SymbolTable.cpp
lld/test/ELF/lto/Inputs/thinlto_empty.ll [new file with mode: 0644]
lld/test/ELF/lto/thinlto.ll
lld/test/ELF/lto/thinlto_prefix_replace.ll [new file with mode: 0644]