[cfe-commits] r125230 - /cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
Devang Patel
dpatel at apple.com
Wed Feb 9 14:29:15 PST 2011
Author: dpatel
Date: Wed Feb 9 16:29:15 2011
New Revision: 125230
URL: http://llvm.org/viewvc/llvm-project?rev=125230&view=rev
Log:
Add target triple.
Modified:
cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
Modified: cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-static-var.m?rev=125230&r1=125229&r2=125230&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-static-var.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-static-var.m Wed Feb 9 16:29:15 2011
@@ -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
More information about the cfe-commits
mailing list