aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-11-01 03:48:36 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-11-01 03:48:36 +0000
commit55a7ba0f000b0b3c1cd5d0d521c40384566a36af (patch)
tree7781e0189c83b483b3a3b0a91949517f1fa75ac9
parent8bb6e9e5b3b1a2cb2e3d491d293974d17b0b3772 (diff)
Mark test as requiring x86 backend.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143427 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/debug-info-iv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/debug-info-iv.c b/test/CodeGen/debug-info-iv.c
index 1d9bf32c2c..31ce840e85 100644
--- a/test/CodeGen/debug-info-iv.c
+++ b/test/CodeGen/debug-info-iv.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin -Os -S -g -o - %s | FileCheck %s
+// REQUIRES: x86-registered-target
int calculate(int);
static void test_indvars(int *Array1, int Array2[100][200]) {