[PATCH] ARM big endian function argument passing
Renato Golin
renato.golin at linaro.org
Thu Apr 17 08:58:08 PDT 2014
On 11 April 2014 06:27, Christian Pirker <cpirker at a-bix.com> wrote:
> Our test suite uses a collection of often used code constructs and a collection of unit tests originally used for other compilers.
> We configured the test suite with the arm libraries in combination with the fast model for compiler verification.
I see. Testing with the ARM libraries is fine from a compatibility
point of view, but unless you test with the GNU libraries (and
possibly compiler-rt), I don't think we can pull this in as is. Not
that I'm expecting any problems, but there are many known differences
between the ARM and free library calls which must be accounted for.
(plus, LLVM currently depends heavily on GNU libraries, especially on
ARM+Linux, so we can't ignore that at the moment).
cheers,
--renato
More information about the llvm-commits
mailing list