mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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
This commit is contained in:
parent
2967c5012b
commit
f429e82c98
@ -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…
x
Reference in New Issue
Block a user