[flang-commits] [flang] [Flang] Extracting internal constants from scalar literals (PR #73829)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Jun 20 09:22:38 PDT 2024
================
@@ -86,8 +90,8 @@ DisableOption(BoxedProcedureRewrite, "boxed-procedure-rewrite",
DisableOption(ExternalNameConversion, "external-name-interop",
"convert names with external convention");
-DisableOption(ConstantArgumentGlobalisation, "constant-argument-globalisation",
- "disable the local constants to global constant conversion");
+EnableOption(ConstantArgumentGlobalisation, "constant-argument-globalisation",
+ "enable the local constants to global constant conversion");
----------------
tblah wrote:
It looks like `EnableOption` is defined to already include the `"enable "` prefix
https://github.com/llvm/llvm-project/pull/73829
More information about the flang-commits
mailing list