[PATCH] D15390: [ThinLTO] Launch importing backends in parallel threads from gold plugin

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 09:05:43 PST 2016


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

Update a comment to match new version. Also, rename the CodeGen Filename
member to SaveTempsFilename to make it clearer and disambiguate from
places that use Filename as a local var, and initialize it as expected
for ThinLTO. Found this issue while testing changes to dependent patch
http://reviews.llvm.org/D16173.


http://reviews.llvm.org/D15390

Files:
  include/llvm/Support/thread.h
  lib/CodeGen/ParallelCG.cpp
  test/tools/gold/X86/pr19901_thinlto.ll
  test/tools/gold/X86/thinlto.ll
  tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15390.49078.patch
Type: text/x-patch
Size: 32734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/3a9e0f40/attachment.bin>


More information about the llvm-commits mailing list