diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-static-var.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-static-var.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/debug-info-static-var.m b/test/CodeGenObjC/debug-info-static-var.m index 3bcf5fd..94513f2 100644 --- a/test/CodeGenObjC/debug-info-static-var.m +++ b/test/CodeGenObjC/debug-info-static-var.m @@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang_cc1 -g -triple x86_64-apple-darwin10 -S -masm-verbose -o - %s | FileCheck %s // Radar 8801045 // Do not emit AT_MIPS_linkage_name for static variable i |