Good day.
I am testing a compilation of clang ver. 11rc1 using the
clang-11.0.0rc1 compiler.
CFLAGS and CXXFLAGS I have set "-march=armv8-a -mharden-sls=all -pipe"
When compiling, I get a message:
clang-11: warning: argument unused during compilation: -mharden-sls=all
Is this warning caused
ssage is emitted when that specified option is not
> utilized because it does not apply in this instance.
> For example, I have seen this when compiling C code with C++-specific
> arguments.
>
> So your specific setup would be relevant to know.
>
> Best Regards
> Jonas
>
> A