mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Make this test more reliable across platforms.
llvm-svn: 34993
This commit is contained in:
parent
c35610b9f9
commit
61cd993904
@ -1,5 +1,6 @@
|
||||
// Testcase for PR1242
|
||||
// RUN: %llvmgcc -S %s -o - | grep datalayout | wc -c | grep 130
|
||||
// RUN: %llvmgcc -S %s -o - | grep datalayout | \
|
||||
// RUN: not grep '"[Ee]-p:[36][24]:[36]:[24]"'
|
||||
#include <stdlib.h>
|
||||
#define NDIM 3
|
||||
#define BODY 01
|
||||
|
Loading…
Reference in New Issue
Block a user