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

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


Author: Jan Svoboda
Date: 2026-03-02T13:03:41-08:00
New Revision: ebe3c1ee991c48a6cc77a4faa80f29e3675f0eb8

URL: https://github.com/llvm/llvm-project/commit/ebe3c1ee991c48a6cc77a4faa80f29e3675f0eb8
DIFF: https://github.com/llvm/llvm-project/commit/ebe3c1ee991c48a6cc77a4faa80f29e3675f0eb8.diff

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

This fixes build failures after #183831.

Added: 
    

Modified: 
    flang/tools/flang-driver/driver.cpp

Removed: 
    


################################################################################
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