[llvm-commits] [llvm] r46730 - /llvm/trunk/test/C++Frontend/2006-11-06-StackTrace.cpp

Evan Cheng evan.cheng at apple.com
Mon Feb 4 16:25:31 PST 2008


Author: evancheng
Date: Mon Feb  4 18:25:31 2008
New Revision: 46730

URL: http://llvm.org/viewvc/llvm-project?rev=46730&view=rev
Log:
This should also work on x86 now.

Modified:
    llvm/trunk/test/C++Frontend/2006-11-06-StackTrace.cpp

Modified: llvm/trunk/test/C++Frontend/2006-11-06-StackTrace.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2006-11-06-StackTrace.cpp?rev=46730&r1=46729&r2=46730&view=diff

==============================================================================
--- llvm/trunk/test/C++Frontend/2006-11-06-StackTrace.cpp (original)
+++ llvm/trunk/test/C++Frontend/2006-11-06-StackTrace.cpp Mon Feb  4 18:25:31 2008
@@ -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>
 





More information about the llvm-commits mailing list