diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-05 00:25:31 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-05 00:25:31 +0000 |
commit | baba47f1ea98ee40473f9139b13266c23b51a054 (patch) | |
tree | ac9bdeaae678f08b421e26b3c98841359dfa0c48 | |
parent | eefc0a24108bd179360c696f9865b51ff166d3fe (diff) | |
download | bcm5719-llvm-baba47f1ea98ee40473f9139b13266c23b51a054.tar.gz bcm5719-llvm-baba47f1ea98ee40473f9139b13266c23b51a054.zip |
This should also work on x86 now.
llvm-svn: 46730
-rw-r--r-- | llvm/test/C++Frontend/2006-11-06-StackTrace.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/C++Frontend/2006-11-06-StackTrace.cpp b/llvm/test/C++Frontend/2006-11-06-StackTrace.cpp index 621a301eb28..be7bbc94172 100644 --- a/llvm/test/C++Frontend/2006-11-06-StackTrace.cpp +++ b/llvm/test/C++Frontend/2006-11-06-StackTrace.cpp @@ -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> |