[PATCH] D127812: [AArch64] Function multiversioning support added.
Pavel Iliin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 16:32:41 PDT 2022
ilinpv added inline comments.
================
Comment at: clang/docs/ClangCommandLineReference.rst:1086
+.. option:: -mno-fmv
+
----------------
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.
+
...
```
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