================ @@ -190,6 +190,7 @@ defm ppc_native_vec_elem_order: BoolOptionWithoutMarshalling<"f", "ppc-native-ve PosFlag<SetTrue, [], [ClangOption], "Specifies PowerPC native vector element order (default)">, NegFlag<SetFalse, [], [ClangOption], "Specifies PowerPC non-native vector element order">>; defm unsigned : OptInFC1FFlag<"unsigned", "Enables UNSIGNED type">; +defm enumeration_type : OptInFC1FFlag<"enumeration-type", "Enables F2023 ENUMERATION TYPE (experimental; FIR lowering is incomplete)">; ---------------- kwyatt-ext wrote:
This was an oversight, as I was testing the enum tests specifically. However, my intention was to ensure that the various stacked PRs could be slowly incorporated and still have their associated tests working. But if reviewers are going to test around with it, then it makes sense to include it in the driver. I'll push that change in a moment - building the fix now... https://github.com/llvm/llvm-project/pull/193028 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
