[flang-commits] [clang] [flang] [Flang][Driver] Add support for option -f[no-]split-machine-functions in flang (PR #216637)
Kaviya Rajendiran via flang-commits
flang-commits at lists.llvm.org
Tue Aug 18 22:55:36 PDT 2026
================
@@ -0,0 +1,16 @@
+! Test handling of -fsplit-machine-functions and -fno-split-machine-functions.
+
+! RUN: %if x86-registered-target %{ %flang_fc1 -emit-llvm -triple x86_64-unknown-linux-gnu %s -o - | FileCheck %s --check-prefix=NEG_FLAG %}
----------------
kaviya2510 wrote:
Thankyou for the review.
Apologies, I supposed to invoke the driver not `%flang_fc1`
https://github.com/llvm/llvm-project/pull/216637
More information about the flang-commits
mailing list