[PATCH] D24492: [LTO] Switch to the new resolution-based API.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 11:36:06 PDT 2016


davide updated this revision to Diff 71405.
davide added a comment.
Herald added subscribers: mgorny, beanz.

Removed dead code as per Rui's request.
Also, for whoever cares, here's the output of diffstat:

33 files changed, 209 insertions(+), 432 deletions(-)


https://reviews.llvm.org/D24492

Files:
  ELF/CMakeLists.txt
  ELF/Driver.h
  ELF/Error.h
  ELF/InputFiles.h
  ELF/LTO.cpp
  ELF/LTO.h
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  test/ELF/lto/archive-3.ll
  test/ELF/lto/available-externally.ll
  test/ELF/lto/common2.ll
  test/ELF/lto/common3.ll
  test/ELF/lto/discard-value-names.ll
  test/ELF/lto/drop-debug-info.ll
  test/ELF/lto/drop-linkage.ll
  test/ELF/lto/internalize-basic.ll
  test/ELF/lto/internalize-exportdyn.ll
  test/ELF/lto/internalize-llvmused.ll
  test/ELF/lto/internalize-undef.ll
  test/ELF/lto/internalize-version-script.ll
  test/ELF/lto/irmover-error.ll
  test/ELF/lto/linkonce-odr.ll
  test/ELF/lto/linkonce.ll
  test/ELF/lto/ltopasses-basic.ll
  test/ELF/lto/ltopasses-custom.ll
  test/ELF/lto/save-temps.ll
  test/ELF/lto/type-merge.ll
  test/ELF/lto/type-merge2.ll
  test/ELF/lto/unnamed-addr-comdat.ll
  test/ELF/lto/unnamed-addr-drop.ll
  test/ELF/lto/unnamed-addr-lib.ll
  test/ELF/lto/unnamed-addr.ll
  test/ELF/lto/version-script.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24492.71405.patch
Type: text/x-patch
Size: 37064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160914/d08a3521/attachment.bin>


More information about the llvm-commits mailing list