[PATCH] D20268: [wip] Resolution-based LTO API.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 19:15:30 PDT 2016


pcc updated this revision to Diff 58378.
pcc marked 3 inline comments as done.
pcc added a comment.

- Update for relocation model changes
- Remove unused variable
- move LTOBackend to CodeGen
- Layering
- Remove AddFile, it will only be used for caching and I'm not planning to implement that in this first commit
- error_code'ify adding a module to LTO
- introduce InputFile::Symbol
- use Error for error handling in LTO
- Clean up


http://reviews.llvm.org/D20268

Files:
  include/llvm/CodeGen/LTOBackend.h
  include/llvm/LTO/LTO.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/LLVMBuild.txt
  lib/CodeGen/LTOBackend.cpp
  lib/LTO/CMakeLists.txt
  lib/LTO/LTO.cpp
  lib/Object/IRObjectFile.cpp
  test/tools/gold/X86/coff.ll
  test/tools/gold/X86/comdat.ll
  test/tools/gold/X86/common.ll
  test/tools/gold/X86/emit-llvm.ll
  test/tools/gold/X86/parallel.ll
  test/tools/gold/X86/start-lib-common.ll
  test/tools/gold/X86/thinlto.ll
  test/tools/gold/X86/visibility.ll
  tools/gold/CMakeLists.txt
  tools/gold/gold-plugin.cpp
  tools/llvm-lto2/CMakeLists.txt
  tools/llvm-lto2/LLVMBuild.txt
  tools/llvm-lto2/llvm-lto2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20268.58378.patch
Type: text/x-patch
Size: 94973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160525/13f9575b/attachment-0001.bin>


More information about the llvm-commits mailing list