[PATCH] D127812: [AArch64] Function multiversioning support added.

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 18 10:33:17 PDT 2022


xbolva00 added inline comments.


================
Comment at: clang/docs/ClangCommandLineReference.rst:1086
 
+.. option:: -mno-fmv
+
----------------
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..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127812/new/

https://reviews.llvm.org/D127812



More information about the cfe-commits mailing list