summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp
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
commit0f79160bb739fbab6030fa0857a3e663d64e51eb (patch)
treec1b1996bdeb8ba886e9d079c3c5d815d22916e8f /clang/test/CodeGenCXX/debug-info-fwd-ref.cpp
parent79b5c26014a83374f140b0340d5d4f206c8e5241 (diff)
downloadbcm5719-llvm-0f79160bb739fbab6030fa0857a3e663d64e51eb.tar.gz
bcm5719-llvm-0f79160bb739fbab6030fa0857a3e663d64e51eb.zip
Add a triple to this test to hopefully get it passing on i386-freebsd.
llvm-svn: 146795
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-fwd-ref.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-fwd-ref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp b/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp
index 49468154583..959eea66921 100644
--- a/clang/test/CodeGenCXX/debug-info-fwd-ref.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud