[clang] [flang][driver] Mark -fcommon and -mtune as visible in Flang (PR #68657)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 11 14:33:19 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 cfe-commits mailing list