avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Remove 'rtlib' AVR calling conventions #178

Closed dylanmckay closed 8 years ago

dylanmckay commented 8 years ago

It is messy having two publicly-defined calling conventions for libgcc routines which have their own special CC. We should remove these from the public LLVM headers so that the only AVR-specific calling convention is the GCC standard one.

dylanmckay commented 8 years ago

Done in 63488b8be0ea6b8676043bef06058676fd01bcca.