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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 20:05:20 PDT 2016


davide created this revision.
davide added reviewers: rafael, pcc, Bigcheese, tejohnson.
davide added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.

This should be all the logic. Before reviewing the style/code appeareance, I'd like to ensure that this is the right direction, thanks.

Left to be done:
* There are two tests failing, the one which include inline asm (currently investigating).
* The old LTO code wasn't removed yet. I found that it makes the patch less readable, and that can be removed separately.

https://reviews.llvm.org/D24492

Files:
  ELF/Error.h
  ELF/InputFiles.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.71102.patch
Type: text/x-patch
Size: 22895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160913/0c65cd66/attachment.bin>


More information about the llvm-commits mailing list