[PATCH] D127812: [AArch64] Function multiversioning support added.
Pavel Iliin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 04:16:56 PDT 2022
ilinpv added inline comments.
================
Comment at: clang/docs/ClangCommandLineReference.rst:1086
+.. option:: -mno-fmv
+
----------------
xbolva00 wrote:
> ilinpv wrote:
> > MaskRay wrote:
> > > This file is auto-generated. Don't touch it.
> > It looked out of sync with options td files:
> >
> > ```
> > +.. option:: -gen-reproducer=<arg>, -fno-crash-diagnostics (equivalent to -gen-reproducer=off)
> > +
> > +Emit reproducer on (option: off, crash (default), error, always)
> > +
> >
> > +.. option:: -print-diagnostic-options, --print-diagnostic-options
> > +
> > +Print all of Clang's warning options
> > +
> >
> > +.. option:: -fdriver-only
> > +
> > +Only run the driver.
> > +
> >
> > ...
> > ```
> But it needs to be manually autogenerated..
Done https://reviews.llvm.org/D128116, thanks to @MaskRay
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127812/new/
https://reviews.llvm.org/D127812
More information about the llvm-commits
mailing list