================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to