[llvm-commits] [llvm] r62587 - /llvm/trunk/test/FrontendC/2009-01-20-k8.c

Chris Lattner clattner at apple.com
Tue Jan 20 22:40:12 PST 2009


On Jan 20, 2009, at 10:08 AM, Duncan Sands wrote:

> Author: baldrick
> Date: Tue Jan 20 12:08:39 2009
> New Revision: 62587
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62587&view=rev
> Log:
> Check that the "don't barf on k8" fix is not
> accidentally reverted again.
>

Does this work when run on a ppc host?

-Chris

> Added:
>    llvm/trunk/test/FrontendC/2009-01-20-k8.c
>
> Added: llvm/trunk/test/FrontendC/2009-01-20-k8.c
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-01-20-k8.c?rev=62587&view=auto
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/test/FrontendC/2009-01-20-k8.c (added)
> +++ llvm/trunk/test/FrontendC/2009-01-20-k8.c Tue Jan 20 12:08:39 2009
> @@ -0,0 +1,2 @@
> +// RUN: %llvmgcc %s -S -march=k8
> +long double x;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list