[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 19:31:38 PST 2016


jlebar added a comment.

This actually has a subtle issue not found with existing unit tests: BuildJobsForAction has an outparam and we don't set it on cache hit.

Please hold off reviewing this until I fix the problem.


http://reviews.llvm.org/D15960





More information about the cfe-commits mailing list