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

Reid Spencer reid at x10sys.com
Tue Mar 6 09:48:42 PST 2007



Changes in directory llvm/test/CFrontend:

2007-03-05-DataLayout.c updated: 1.1 -> 1.2
---
Log message:

Don't run lli in llvm-test. Instead just check that the datalayout string
is the right length.


---
Diffs of the changes:  (+1 -1)

 2007-03-05-DataLayout.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


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>
 #define NDIM 3
 #define BODY 01






More information about the llvm-commits mailing list