[flang-commits] [flang] [flang][driver] Improve diagnostic for assembly inputs (PR #174316)

Yusuke MINATO via flang-commits flang-commits at lists.llvm.org
Sun Jan 18 16:19:37 PST 2026


================
@@ -0,0 +1,9 @@
+! Test that flang rejects assembly files as input
+
+! RUN: not %flang -c %s 2>&1 | FileCheck %s
----------------
yus3710-fj wrote:

Does this test really run? You may have to add an item to `config.suffixes` in flang/test/lit.cfg.py.

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


More information about the flang-commits mailing list