[cfe-commits] r146795 - /cfe/trunk/test/CodeGenCXX/debug-info-fwd-ref.cpp
Eric Christopher
echristo at apple.com
Fri Dec 16 16:35:01 PST 2011
Author: echristo
Date: Fri Dec 16 18:35:01 2011
New Revision: 146795
URL: http://llvm.org/viewvc/llvm-project?rev=146795&view=rev
Log:
Add a triple to this test to hopefully get it passing on i386-freebsd.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-fwd-ref.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-fwd-ref.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-fwd-ref.cpp?rev=146795&r1=146794&r2=146795&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-fwd-ref.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-fwd-ref.cpp Fri Dec 16 18:35:01 2011
@@ -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;
More information about the cfe-commits
mailing list