1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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

is the right length.

llvm-svn: 34973
This commit is contained in:
Reid Spencer 2007-03-06 17:48:25 +00:00
parent 9dd9f5295b
commit bfe9246bfc

View File

@ -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