[flang-commits] [flang] [flang] Remove usage of the `DependencyConsumer::finish()` API (PR #184229)

Jan Svoboda via flang-commits flang-commits at lists.llvm.org
Mon Mar 2 13:03:29 PST 2026


https://github.com/jansvoboda11 created https://github.com/llvm/llvm-project/pull/184229

This fixes build failures after #183831.

>From 43708709e6572e640bf9af829a40a458990b66d5 Mon Sep 17 00:00:00 2001
From: Jan Svoboda <jan_svoboda at apple.com>
Date: Mon, 2 Mar 2026 13:02:50 -0800
Subject: [PATCH] [flang] Remove usage of the `DependencyConsumer::finish()`
 API

---
 flang/tools/flang-driver/driver.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/flang/tools/flang-driver/driver.cpp b/flang/tools/flang-driver/driver.cpp
index 0e7d31a50e105..1ce50e0e49cd6 100644
--- a/flang/tools/flang-driver/driver.cpp
+++ b/flang/tools/flang-driver/driver.cpp
@@ -221,8 +221,6 @@ int main(int argc, const char **argv) {
     }
   }
 
-  diags.getClient()->finish();
-
   // If we have multiple failing commands, we return the result of the first
   // failing command.
   return res;



More information about the flang-commits mailing list