[llvm] r209089 - ARM: make libcall setup more table driven

Renato Golin renato.golin at linaro.org
Sun May 18 13:11:37 PDT 2014


On 18 May 2014 21:00, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> Yes, I agree that there are other targets and places that set libcalls.  ARM
> and Hexagon are both particularly large in the set of library calls that
> they initialize.  Im not sure how many of the other targets would really
> benefit from such a generic infrastructure.

Well, non-EABI ARM and x86 (ie. GNU-compatible stuff) uses the default
library names, which should work on *any* target, if it uses the GNU
nomenclature.

Even if this only clearly benefits two targets, we should move it up, I think.

cheers,
--renato



More information about the llvm-commits mailing list