[PATCH] D29445: LTO: add a code-model flag

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 05:03:38 PST 2017


martell created this revision.

This creates the same flag for gold and LLD for the ELF linker for consistency. 
Values supported include default, small kernel, medium large.
If the flag is not passed it results in the existing "default" value.


Repository:
  rL LLVM

https://reviews.llvm.org/D29445

Files:
  ELF/Driver.cpp
  ELF/LTO.cpp
  tools/gold/gold-plugin.cpp
  tools/lld/ELF/Config.h
  tools/lld/ELF/Options.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29445.86786.patch
Type: text/x-patch
Size: 4783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170202/3bc9a082/attachment.bin>


More information about the llvm-commits mailing list