[clang] [Clang][Driver] Parallelize device cc1 jobs for offload arches (PR #208254)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 9 09:48:52 PDT 2026


================
@@ -232,23 +238,174 @@ static bool ActionFailed(const Action *A,
   return false;
 }
 
+static bool ActionDependsOn(const Action *A, const Action *Other) {
----------------
yxsamliu wrote:

Done. I simplified it with `llvm::any_of` as suggested.

https://github.com/llvm/llvm-project/pull/208254


More information about the cfe-commits mailing list