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