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 acc159a commit 94efdffCopy full SHA for 94efdff
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 all extensions that are supported for every CPU target
406
+ for an architecture (specified through ``--target=<architecture>`` or
407
+ :option:`-arch` ``<architecture>``). If no target is specified, the system
408
+ default target will be used. Currently, this option is only supported on
409
+ AArch64 and RISC-V.
410
411
Code Generation Options
412
~~~~~~~~~~~~~~~~~~~~~~~
413
0 commit comments