[flang-commits] [clang] [flang] [Flang][Driver] Support for -fsplit-lto-unit option in flang driver (PR #202858)
via flang-commits
flang-commits at lists.llvm.org
Tue Jun 16 08:55:04 PDT 2026
================
@@ -0,0 +1,18 @@
+! Check that -fsplit-lto-unit is passed to fc1 by the driver
+! RUN: %flang -### -fsplit-lto-unit %s 2>&1 | FileCheck %s --check-prefixes=CHECK-FC1,CHECK-OPTION
----------------
shivaramaarao wrote:
Thanks for the review comments. I have added these changes.
https://github.com/llvm/llvm-project/pull/202858
More information about the flang-commits
mailing list