We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d873630 commit 8071d6fCopy full SHA for 8071d6f
clang/docs/CommandGuide/clang.rst
@@ -400,6 +400,14 @@ number of cross compilers, or may only support a native target.
400
option is only supported on AArch64 and RISC-V. On RISC-V, this option also
401
prints out the ISA string of enabled extensions.
402
403
+.. option:: --print-supported-extensions
404
+
405
+ Prints the list of extensions that are supported for any possible CPU target
406
+ for the architecture specified by the combination of `--target`, `-march`,
407
+ and `-mcpu` values. Currently, this option is only supported on AArch64
408
+ and RISC-V. On RISC-V, this option also prints out the ISA string of
409
+ enabled extensions.
410
411
Code Generation Options
412
~~~~~~~~~~~~~~~~~~~~~~~
413
0 commit comments