From: Eli Friedman Date: Tue, 1 Nov 2011 03:48:36 +0000 (+0000) Subject: Mark test as requiring x86 backend. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55a7ba0f000b0b3c1cd5d0d521c40384566a36af;p=clang Mark test as requiring x86 backend. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143427 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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]) {