[cfe-commits] r72503 - /cfe/trunk/test/CodeGenCXX/member-functions.cpp
Douglas Gregor
dgregor at apple.com
Wed May 27 16:32:35 PDT 2009
Author: dgregor
Date: Wed May 27 18:32:34 2009
New Revision: 72503
URL: http://llvm.org/viewvc/llvm-project?rev=72503&view=rev
Log:
Add a target triple, because this test depends on details of the x86-64 ABI
Modified:
cfe/trunk/test/CodeGenCXX/member-functions.cpp
Modified: cfe/trunk/test/CodeGenCXX/member-functions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/member-functions.cpp?rev=72503&r1=72502&r2=72503&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/member-functions.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/member-functions.cpp Wed May 27 18:32:34 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o %t &&
+// RUN: clang-cc -emit-llvm %s -triple x86_64-apple-darwin9 -o %t &&
struct C {
void f();
void g(int, ...);
More information about the cfe-commits
mailing list