[PATCH] D15960: Don't build jobs for the same Action + ToolChain twice.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 7 11:28:08 PST 2016


jlebar created this revision.
jlebar added a reviewer: echristo.
jlebar added a subscriber: cfe-commits.

Right now if the Action graph is a DAG and we encounter an action twice,
we will run it twice.

This patch is difficult to test as-is, but I have testcases for this as
used within CUDA compilation.

http://reviews.llvm.org/D15960

Files:
  include/clang/Driver/Driver.h
  lib/Driver/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15960.44237.patch
Type: text/x-patch
Size: 5317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160107/3e2b6d41/attachment-0001.bin>


More information about the cfe-commits mailing list