diff options
-rw-r--r-- | test/CodeGen/debug-info-iv.c | 1 |
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]) { |