[cfe-users] clang 11rc1 - target aarch64 -mharden-sls warning

2020-08-01 Thread Milan Buška via cfe-users
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

Re: [cfe-users] clang 11rc1 - target aarch64 -mharden-sls warning

2020-08-03 Thread Milan Buška via cfe-users
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