Skip to content

Commit

Permalink
[AArch64][RISCV] Document option --print-supported-extensions
Browse files Browse the repository at this point in the history
Change-Id: Ib0ff5deeb9415818ccd0480cfbcdadc97ddc9872
  • Loading branch information
jthackray committed Jul 12, 2024
1 parent d873630 commit 8071d6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clang/docs/CommandGuide/clang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,14 @@ number of cross compilers, or may only support a native target.
option is only supported on AArch64 and RISC-V. On RISC-V, this option also
prints out the ISA string of enabled extensions.

.. option:: --print-supported-extensions

Prints the list of extensions that are supported for any possible CPU target
for the architecture specified by the combination of `--target`, `-march`,
and `-mcpu` values. Currently, this option is only supported on AArch64
and RISC-V. On RISC-V, this option also prints out the ISA string of
enabled extensions.

Code Generation Options
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 8071d6f

Please sign in to comment.