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:
parent
9dd9f5295b
commit
bfe9246bfc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user