summaryrefslogtreecommitdiff
path: root/test/CFrontend
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
commitf429e82c98f56768910ac35c08d2a50ab70a824b (patch)
tree3a1de453dae6fdd46fc2a1c94aed570920e52222 /test/CFrontend
parent2967c5012b797136b0bf46ff2ec210319ee40966 (diff)
downloadllvm-f429e82c98f56768910ac35c08d2a50ab70a824b.tar.gz
llvm-f429e82c98f56768910ac35c08d2a50ab70a824b.tar.bz2
llvm-f429e82c98f56768910ac35c08d2a50ab70a824b.tar.xz
Don't run lli in llvm-test. Instead just check that the datalayout string
is the right length. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2007-03-05-DataLayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2007-03-05-DataLayout.c b/test/CFrontend/2007-03-05-DataLayout.c
index 701cb798b6..bcb1736f1f 100644
--- a/test/CFrontend/2007-03-05-DataLayout.c
+++ b/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