[llvm] [clang][ARM] Enable --print-supported-extensions for ARM (PR #66083)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 13:10:38 PDT 2023


MaskRay wrote:

> `./bin/clang -target arm-linux-gnueabihf --print-supported-extensions`

Consider switching to `--target=` since `-target ` has been deprecated since Clang 3.4.

https://github.com/llvm/llvm-project/pull/66083


More information about the llvm-commits mailing list