[llvm-commits] [llvm] r127272 - /llvm/trunk/test/FrontendC/mmx-inline-asm.c

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Mar 8 17:38:42 PST 2011


On Mar 8, 2011, at 1:36 PM, Bill Wendling wrote:

> Author: void
> Date: Tue Mar  8 15:36:29 2011
> New Revision: 127272
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=127272&view=rev
> Log:
> Once again try to appease the buildbot gods.

This bot is still unhappy: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/1490

******************** TEST 'LLVM :: FrontendC/mmx-inline-asm.c' FAILED ********************Script:
--
/home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm-gcc.install/bin/llvm-gcc   -emit-llvm -w -S -o - /home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm.src/test/FrontendC/mmx-inline-asm.c | /home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm.obj.2/Release+Asserts/bin/FileCheck /home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm.src/test/FrontendC/mmx-inline-asm.c
--
Exit Code: 1
Command Output (stderr):
--
In file included from /home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm.src/test/FrontendC/mmx-inline-asm.c:5:
/home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm-gcc.install/lib/gcc/i686-pc-linux-gnu/4.2.1/include/mmintrin.h:36:3: error: #error "MMX instruction set not enabled"
/home/baldrick/osuosl/slave/llvm-gcc-i386-linux-selfhost/llvm.src/test/FrontendC/mmx-inline-asm.c:10: error: expected ')' before 'vfill'
FileCheck error: '-' is empty.
--

********************


> 
> Modified:
>    llvm/trunk/test/FrontendC/mmx-inline-asm.c
> 
> Modified: llvm/trunk/test/FrontendC/mmx-inline-asm.c
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/mmx-inline-asm.c?rev=127272&r1=127271&r2=127272&view=diff
> ==============================================================================
> --- llvm/trunk/test/FrontendC/mmx-inline-asm.c (original)
> +++ llvm/trunk/test/FrontendC/mmx-inline-asm.c Tue Mar  8 15:36:29 2011
> @@ -7,8 +7,7 @@
> 
> // CHECK: type { x86_mmx, x86_mmx, x86_mmx, x86_mmx, x86_mmx, x86_mmx, x86_mmx }
> 
> -void foo(int64_t fill) {
> -  __m64 vfill = _mm_cvtsi64_m64(fill);
> +void foo(__m64 vfill) {
>   __m64 v1, v2, v3, v4, v5, v6, v7;
> 
>   __asm__ __volatile__ (
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110308/7e1b1b50/attachment.html>


More information about the llvm-commits mailing list