MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
[oota-llvm.git] / test / FrontendC++ / 2009-02-16-CtorNames-dbg.cpp
index 401df90ab37be26ae71cbd50a2687e59384ba51b..eb69963e5343c5bd7882f755b5404e947f9e8bf4 100644 (file)
@@ -1,8 +1,4 @@
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_ctor
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_dtor
-// FIXME: This is failing on Darwin because of either r66861 or r66859.
-// XFAIL: darwin
+// RUN: %llvmgcc -S -g %s -o - | grep "\~A"
 class A {
   int i;
 public: