forked from OSchip/llvm-project
parent
eefc0a2410
commit
baba47f1ea
|
|
@ -9,8 +9,8 @@
|
||||||
// RUN: gdb -q -batch -n -x %t.in %t.exe | \
|
// RUN: gdb -q -batch -n -x %t.in %t.exe | \
|
||||||
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
|
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
|
||||||
|
|
||||||
// Only works on ppc. Should generalize?
|
// Only works on ppc and x86. Should generalize?
|
||||||
// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
|
// XFAIL: alpha|ia64|arm|x86_64|amd64
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue