projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2967c50
)
Don't run lli in llvm-test. Instead just check that the datalayout string
author
Reid Spencer
<rspencer@reidspencer.com>
Tue, 6 Mar 2007 17:48:25 +0000
(17:48 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Tue, 6 Mar 2007 17:48:25 +0000
(17:48 +0000)
is the right length.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34973
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2007-03-05-DataLayout.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2007-03-05-DataLayout.c
b/test/CFrontend/2007-03-05-DataLayout.c
index 701cb798b61dd49e12ff877d2c09e61756c38480..bcb1736f1fa97c03f333e37fd61c3da2b1be08df 100644
(file)
--- 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