On Thu, Aug 20, 2015 at 06:32:27PM -0000, Douglas Katzman via cfe-commits wrote:
> Modified: cfe/trunk/test/Driver/biarch.c
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/biarch.c?rev=245595&r1=245594&r2=245595&view=diff
> ==============================================================================
> --- cfe/trunk/test/Driver/biarch.c (original)
> +++ cfe/trunk/test/Driver/biarch.c Thu Aug 20 13:32:26 2015
> @@ -28,6 +28,9 @@
>  // RUN: %clang -target sparc--netbsd -m64 %s -### 2> %t
>  // RUN: grep '"-cc1" "-triple" "sparcv9--netbsd"' %t
>  
> +// RUN: %clang -target sparcel -o foo %s -### 2> %t
> +// RUN: grep 'gcc" "-EL" "-o" "foo"' %t
> +

Can you make that a full triple including at least the proper unknown
placeholder for the OS?

Joerg
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to