commit | 89cc5d6cc09116cba9c455f8c6966c69cd04f398 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Feb 09 22:29:15 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Feb 09 22:29:15 2011 +0000 |
tree | 04bac98ce5a8a40f830c34bf46c3b0d8219f7be5 | |
parent | 7f53253223b29d77f1e9c5c0ce93a19932761b77 [diff] [blame] |
Add target triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125230 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/debug-info-static-var.m b/test/CodeGenObjC/debug-info-static-var.m index 0da559c..3bcf5fd 100644 --- a/test/CodeGenObjC/debug-info-static-var.m +++ b/test/CodeGenObjC/debug-info-static-var.m
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g -S -masm-verbose -o - %s | FileCheck %s +// 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