Make this test darwin specific.
authorDevang Patel <dpatel@apple.com>
Mon, 28 Jun 2010 18:04:03 +0000 (18:04 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 28 Jun 2010 18:04:03 +0000 (18:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107025 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2010-06-24-DbgInlinedFnParameter.c

index 63be6d5bec0b60b66eb22e7a2e87b704a355b3e0..bc31ad7fbe9b214756f253ee422b176d9cf841c3 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -o %t.s
 // RUN: grep  "# DW_TAG_formal_parameter" %t.s | count 4
 // Radar 8122864
-// XFAIL: powerpc
+// XTARGET: x86,darwin
 static int foo(int a, int j) {
   int k = 0;
   if (a)