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

This should also work on x86 now.

llvm-svn: 46730
This commit is contained in:
Evan Cheng 2008-02-05 00:25:31 +00:00
parent ca7db1ca34
commit f1ad13301a

View File

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