aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-12-17 00:35:01 +0000
committerEric Christopher <echristo@apple.com>2011-12-17 00:35:01 +0000
commit85b9e8ca6e157fde1e4526c157979ac49835a5b8 (patch)
treec8079620a7b42cdf370bcde092e43b4cb2fc4c6b
parent5238474707de2c9a08465429bbb083be15b8e81a (diff)
Add a triple to this test to hopefully get it passing on i386-freebsd.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146795 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/debug-info-fwd-ref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-fwd-ref.cpp b/test/CodeGenCXX/debug-info-fwd-ref.cpp
index 4946815458..959eea6692 100644
--- a/test/CodeGenCXX/debug-info-fwd-ref.cpp
+++ b/test/CodeGenCXX/debug-info-fwd-ref.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
struct baz {
int h;