Do not emit line number entries for unknown debug values.
[oota-llvm.git] / test / FrontendObjC / 2009-08-17-DebugInfo.m
index 235c551af020325c221e1413eef3864fa3f7be9d..2c72e9532ceb8c4989b4d59948c90ec585940e24 100644 (file)
@@ -1,12 +1,12 @@
 // This is a regression test on debug info to make sure that we can set a
 // breakpoint on a objective message.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc -o %t.s -O0
+// RUN: %llvmgcc -S -O0 -g %s -o - | llc -o %t.s -O0
 // RUN: %compile_c %t.s -o %t.o
 // RUN: %link %t.o -o %t.exe -framework Foundation
 // RUN: echo {break randomFunc\n} > %t.in 
 // RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
 // RUN:   grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
-// XFAIL: *
+// XTARGET: darwin
 @interface MyClass
 {
  int my;