================
@@ -459,9 +459,6 @@ def warn_drv_assuming_mfloat_abi_is : Warning<
 def warn_drv_unsupported_float_abi_by_lib : Warning<
   "float ABI '%0' is not supported by current library">,
   InGroup<UnsupportedABI>;
-def warn_drv_no_floating_point_registers: Warning<
----------------
chrisnc wrote:

`-Wunsupported-abi` still exists (it is a group containing several warnings). 
The only thing that is removed here is the particular manifestation of this 
warning for the ARM target. It should only be a build breakage if 
`-Wunsupported-abi` were removed completely.

https://github.com/llvm/llvm-project/pull/111334
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to