]> granicus.if.org Git - clang/commitdiff
Add a target triple, because this test depends on details of the x86-64 ABI
authorDouglas Gregor <dgregor@apple.com>
Wed, 27 May 2009 23:32:34 +0000 (23:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 27 May 2009 23:32:34 +0000 (23:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72503 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/member-functions.cpp

index 3f40453e98663ed9422769b2315ec1407d5694ab..8ada907117bea0f1aa77b572c637bc2087dbb794 100644 (file)
@@ -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, ...);