[PATCH] D12205: LTO: Simplify merged module ownership.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 13:27:16 PDT 2015


pcc updated this revision to Diff 32859.
pcc added a comment.

- Restore and deprecate the old lto_codegen_set_module() behaviour until Apple can fix their linker
- Do not destroy the merged module after code generation
- clang-format


http://reviews.llvm.org/D12205

Files:
  include/llvm-c/lto.h
  include/llvm/LTO/LTOCodeGenerator.h
  include/llvm/LTO/LTOModule.h
  lib/LTO/LTOCodeGenerator.cpp
  tools/llvm-lto/llvm-lto.cpp
  tools/lto/lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12205.32859.patch
Type: text/x-patch
Size: 6841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150821/204ea1fa/attachment.bin>


More information about the llvm-commits mailing list