]> granicus.if.org Git - clang/commitdiff
Add a triple to this test to hopefully get it passing on i386-freebsd.
authorEric Christopher <echristo@apple.com>
Sat, 17 Dec 2011 00:35:01 +0000 (00:35 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 17 Dec 2011 00:35:01 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146795 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-fwd-ref.cpp

index 49468154583585e1f933b459fe6f1590b9f921ac..959eea6692101be3f7370608e45e5c7b81d11364 100644 (file)
@@ -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;