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

Fangcao Wang via flang-commits flang-commits at lists.llvm.org
Wed Dec 6 19:31:37 PST 2023


================
@@ -5077,6 +5077,7 @@ def module_file_info : Flag<["-"], "module-file-info">, Flags<[NoXarchOption]>,
   HelpText<"Provide information about a particular module file">;
 def mthumb : Flag<["-"], "mthumb">, Group<m_Group>;
 def mtune_EQ : Joined<["-"], "mtune=">, Group<m_Group>,
+  Flags<[TargetSpecific]>, Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>,
----------------
LittleMeepo wrote:

I made a mistake then and these options were not actually confirmed. Sorry, I will close the PR.

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


More information about the flang-commits mailing list