[PATCH] D12996: Driver: support ARM/HF on a single toolchain

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 23 20:49:49 PDT 2015


compnerd added a comment.

It would fail to link previously anyways, since as Renato correctly explained, you would have objects that were built with the soft float attribute, and then were linking against hard float built object.


http://reviews.llvm.org/D12996





More information about the cfe-commits mailing list