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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 13:10:39 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 cfe-commits mailing list