summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-06 17:48:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-06 17:48:25 +0000
commit87052bc86fe09dd29b46767a54aa9c88273ba6ef (patch)
tree66721203e7e09edf7a711985d92308caacffd25e
parent2860ddf18f227831b6c134288b6f0b285f30aa5c (diff)
downloadbcm5719-llvm-87052bc86fe09dd29b46767a54aa9c88273ba6ef.tar.gz
bcm5719-llvm-87052bc86fe09dd29b46767a54aa9c88273ba6ef.zip
Don't run lli in llvm-test. Instead just check that the datalayout string
is the right length. llvm-svn: 34973
-rw-r--r--llvm/test/CFrontend/2007-03-05-DataLayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2007-03-05-DataLayout.c b/llvm/test/CFrontend/2007-03-05-DataLayout.c
index 701cb798b61..bcb1736f1fa 100644
--- a/llvm/test/CFrontend/2007-03-05-DataLayout.c
+++ b/llvm/test/CFrontend/2007-03-05-DataLayout.c
@@ -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
OpenPOWER on IntegriCloud