[llvm-commits] CVS: llvm/test/CFrontend/2007-03-05-DataLayout.c

Chris Lattner clattner at apple.com
Tue Mar 6 10:29:05 PST 2007


>
> Index: llvm/test/CFrontend/2007-03-05-DataLayout.c
> diff -u llvm/test/CFrontend/2007-03-05-DataLayout.c:1.1 llvm/test/ 
> CFrontend/2007-03-05-DataLayout.c:1.2
> --- llvm/test/CFrontend/2007-03-05-DataLayout.c:1.1	Mon Mar  5  
> 21:00:17 2007
> +++ llvm/test/CFrontend/2007-03-05-DataLayout.c	Tue Mar  6 11:48:25  
> 2007
> @@ -1,5 +1,5 @@
>  // Testcase for PR1242
> -// RUN: %llvmgcc -c %s -o %t && lli --force-interpreter=1 %t
> +// RUN: %llvmgcc -S %s -o - | grep datalayout | wc -c | grep 130
>  #include <stdlib.h>

This will fail when run on a non-linux platform.  Please check that  
the length is > 6 characters, or whatever the old string was.

-Chris



More information about the llvm-commits mailing list