[flang-commits] [clang] [flang] [Flang][Driver] Add a flag to control zero initialization of global v… (PR #122144)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Jan 13 10:10:29 PST 2025


================
@@ -3494,6 +3494,9 @@ def fno_struct_path_tbaa : Flag<["-"], "fno-struct-path-tbaa">, Group<f_Group>;
 def fno_strict_enums : Flag<["-"], "fno-strict-enums">, Group<f_Group>;
 def fno_strict_overflow : Flag<["-"], "fno-strict-overflow">, Group<f_Group>,
   Visibility<[ClangOption, FlangOption]>;
+def fno_zero_init_global_without_init : Flag<["-"], "fno-zero-init-global-without-init">, Group<f_Group>,
----------------
kiranchandramohan wrote:

Added a positive version as well.

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


More information about the flang-commits mailing list