mdtoguchi added inline comments.
Comment at: clang/include/clang/Driver/Options.td:6654
+def _SLASH_fexcess_precision_EQ : CLJoined<"fexcess-precision=">,
+ Alias;
+
To expose to clang-cl, can we just make the original option a `CoreOption`
instead of adding an
mdtoguchi added a comment.
@lamb-j - is it expected for any bundled objects created before your change
without the explicit env field to be able to be unbundled? Newly generated
bundles work as expected given similar `-target` values, but older generated
binaries fail to unbundle the target gi
mdtoguchi added inline comments.
Comment at: clang/include/clang/Driver/Options.td:1853
+def fcx_fortran_rules : Flag<["-"], "fcx-fortran-rules">, Group;
+def fnocx_fortran_rules : Flag<["-"], "fnocx-fortran-rules">, Group;
+def cx_rangeEQ : Joined<["-"], "fcx-range=">, Group,
F