diff options
author | David Spickett <david.spickett@linaro.org> | 2023-09-13 10:10:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 10:10:57 +0100 |
commit | 99594ba30aaba7ad7c0850923bac474e4676af8e (patch) | |
tree | 0a50c487b5d28c318c4cc21990d5a511b1c3a6ff /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 11de4c724c8e875f75c2d1c733c38051bc818601 (diff) | |
download | llvm-99594ba30aaba7ad7c0850923bac474e4676af8e.zip llvm-99594ba30aaba7ad7c0850923bac474e4676af8e.tar.gz llvm-99594ba30aaba7ad7c0850923bac474e4676af8e.tar.bz2 |
[clang][ARM] Enable --print-supported-extensions for ARM (#66083)
```
$ ./bin/clang --target=arm-linux-gnueabihf --print-supported-extensions
<...>
All available -march extensions for ARM
crc
crypto
sha2
aes
dotprod
<...>
```
This follows the format set by RISC-V and AArch64. As for AArch64, ARM
doesn't have versioned extensions like RISC-V does. So there is only 1
column, which contains the name.
Any extension without a "feature" is hidden as these cannot be used with
-march.
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions