Add a test for the 'init' option property.
[oota-llvm.git] / test / FrontendC++ / 2006-11-06-StackTrace.cpp
index 448332beb0f20b3810a6dfe4e3308cfac9f1ab9e..3732cb9369014a4b62772d5417665063a40ee3b2 100644 (file)
@@ -1,6 +1,6 @@
 // This is a regression test on debug info to make sure that we can get a
 // meaningful stack trace from a C++ program.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
+// RUN: %llvmgcc -S -O0 -g %s -o - | \
 // RUN:    llc --disable-fp-elim -o %t.s -O0 -relocation-model=pic
 // RUN: %compile_c %t.s -o %t.o
 // RUN: %link %t.o -o %t.exe
@@ -12,8 +12,7 @@
 
 // Only works on ppc (but not apple-darwin9), x86 and x86_64.  Should
 // generalize?
-// XFAIL: alpha|arm|powerpc-apple-darwin9
-// XFAIL: *
+// XFAIL: alpha,arm,powerpc-apple-darwin9
 
 #include <stdlib.h>