[Mlir-commits] [clang] [flang] [mlir] [Flang][Driver]Implemented the support for option -f[no-]optimize-sibling-calls in Flang (PR #216650)

Tarun Prabhu llvmlistbot at llvm.org
Mon Aug 17 19:55:55 PDT 2026


================
@@ -0,0 +1,20 @@
+! Test -f[no-]optimize-sibling-calls driver forwarding to flang -fc1.
+
+! RUN: %flang -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-OPTIMIZE-SIBLING
----------------
tarunprabhu wrote:

nit: Consider just using `<prefix>` instead of `CHECK-<prefix>`.

https://github.com/llvm/llvm-project/pull/216650


More information about the Mlir-commits mailing list