[PATCH] D23680: [ThinLTO] Emit files for distributed builds for all modules

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 13:10:23 PDT 2016


tejohnson updated this revision to Diff 71973.
tejohnson added a comment.

Moved the part of this patch that handles always emitting a summary
section for files compiled -flto=thin into a separate patch (https://reviews.llvm.org/D24779).

This part deals with ensuring the distributed build system gets back
expected outputs for the files it compiled in ThinLTO mode.


https://reviews.llvm.org/D23680

Files:
  include/llvm/LTO/LTO.h
  lib/LTO/LTO.cpp
  test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll
  tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23680.71973.patch
Type: text/x-patch
Size: 6935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160920/961f5c48/attachment.bin>


More information about the llvm-commits mailing list