diff options
author | Eric Christopher <echristo@apple.com> | 2011-12-17 00:35:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-12-17 00:35:01 +0000 |
commit | 0f79160bb739fbab6030fa0857a3e663d64e51eb (patch) | |
tree | c1b1996bdeb8ba886e9d079c3c5d815d22916e8f /clang/test/CodeGenCXX/debug-info-fwd-ref.cpp | |
parent | 79b5c26014a83374f140b0340d5d4f206c8e5241 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |