[cfe-commits] r143427 - /cfe/trunk/test/CodeGen/debug-info-iv.c

Eli Friedman eli.friedman at gmail.com
Mon Oct 31 20:48:36 PDT 2011


Author: efriedma
Date: Mon Oct 31 22:48:36 2011
New Revision: 143427

URL: http://llvm.org/viewvc/llvm-project?rev=143427&view=rev
Log:
Mark test as requiring x86 backend.


Modified:
    cfe/trunk/test/CodeGen/debug-info-iv.c

Modified: cfe/trunk/test/CodeGen/debug-info-iv.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-iv.c?rev=143427&r1=143426&r2=143427&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info-iv.c (original)
+++ cfe/trunk/test/CodeGen/debug-info-iv.c Mon Oct 31 22:48:36 2011
@@ -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]) {





More information about the cfe-commits mailing list