[LLVMdev] 3.5.1 Testing Phase Begins
Renato Golin
renato.golin at linaro.org
Sat Dec 13 12:43:14 PST 2014
On 13 December 2014 at 16:50, Renato Golin <renato.golin at linaro.org> wrote:
> Same here... ARMv7 is already up and tested, AArch64 is proving a bit
> more complicated due to old libstdc++ on my box. I'm working on it.
I'm seeing one error on AArch64's test-suite:
SingleSource/UnitTests/Vector/AArch64/aarch64_neon_intrinsics.c:154979:16:
warning: implicit declaration of function 'vmovq_n_p64' is invalid in
C99 [-Wimplicit-function-declaration]
result = vmovq_n_p64(arg1);
^
SingleSource/UnitTests/Vector/AArch64/aarch64_neon_intrinsics.c:154979:14:
error: assigning to 'poly64x2_t' (vector of 2 'poly64_t' values) from
incompatible type 'int'
result = vmovq_n_p64(arg1);
^ ~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
Tim, any ideas?
cheers,
--renato
More information about the llvm-dev
mailing list