[flang-commits] [flang] [flang][driver] Mark -fcommon and -mtune as visible in Flang (PR #68657)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Wed Oct 11 14:33:21 PDT 2023
================
@@ -10,6 +10,9 @@
! Make sure that `-L' is "visible" to Flang's driver
! RUN: %flang -L/ -### %s
+! Make sure that `-fcommon' is "visible" to Flang's driver
----------------
banach-space wrote:
This is not clear because I didn't leave any comment in this file (mea culpa, sorry), but the other flags tested here are purely driver flags (i.e. there's is nothing for Flang to do here). However, IIUC, `-fcommon` will affect code-generation and that's what we should be testing here instead,
https://github.com/llvm/llvm-project/pull/68657
More information about the flang-commits
mailing list