From e1f2ce8fd3a0285df5dcc054c7c5184c9f8b6244 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 1 Nov 2011 03:48:36 +0000 Subject: [PATCH] Mark test as requiring x86 backend. llvm-svn: 143427 --- clang/test/CodeGen/debug-info-iv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/CodeGen/debug-info-iv.c b/clang/test/CodeGen/debug-info-iv.c index 1d9bf32c2cda..31ce840e8572 100644 --- a/clang/test/CodeGen/debug-info-iv.c +++ b/clang/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]) {