Hi Benjamin,

For some reason, I'm getting "Test has no run line!" on the ARM buildbot:

http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/9851

I'm having a hard time understanding why, though...

cheers,
--renato


On 19 July 2013 18:49, Benjamin Kramer <[email protected]> wrote:

> Author: d0k
> Date: Fri Jul 19 12:49:21 2013
> New Revision: 186701
>
> URL: http://llvm.org/viewvc/llvm-project?rev=186701&view=rev
> Log:
> Fix test to actually check things.
>
> Modified:
>     cfe/trunk/test/Driver/systemz-march.c
>
> Modified: cfe/trunk/test/Driver/systemz-march.c
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/systemz-march.c?rev=186701&r1=186700&r2=186701&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Driver/systemz-march.c (original)
> +++ cfe/trunk/test/Driver/systemz-march.c Fri Jul 19 12:49:21 2013
> @@ -1,9 +1,9 @@
>  // Check that -march works for all supported targets.
>
>  // RUN: not %clang -target s390x -S -emit-llvm -march=z9 %s -o - 2>&1 |
> FileCheck --check-prefix=CHECK-Z9 %s
> -// RUN: %clang -target s390x -S -emit-llvm -march=z10 %s
> -// RUN: %clang -target s390x -S -emit-llvm -march=z196 %s
> -// RUN: %clang -target s390x -S -emit-llvm -march=zEC12 %s
> +// RUN: %clang -target s390x -### -S -emit-llvm -march=z10 %s 2>&1 |
> FileCheck --check-prefix=CHECK-Z10 %s
> +// RUN: %clang -target s390x -### -S -emit-llvm -march=z196 %s 2>&1 |
> FileCheck --check-prefix=CHECK-Z196 %s
> +// RUN: %clang -target s390x -### -S -emit-llvm -march=zEC12 %s 2>&1 |
> FileCheck --check-prefix=CHECK-ZEC12 %s
>
>  // CHECK-Z9: error: unknown target CPU 'z9'
>  // CHECK-Z10: "-target-cpu" "z10"
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to