commit | 14f5c132c1af5f8b082590b24ce1dcc1fffb9e81 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed May 27 23:32:34 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed May 27 23:32:34 2009 +0000 |
tree | fade0c239c16bcc4d72cf18cc6ee6e72d946e420 | |
parent | e44a2adf41f2cde4f8d10b7a13dd2b85fe6c7104 [diff] [blame] |
Add a target triple, because this test depends on details of the x86-64 ABI llvm-svn: 72503
diff --git a/clang/test/CodeGenCXX/member-functions.cpp b/clang/test/CodeGenCXX/member-functions.cpp index 3f40453..8ada907 100644 --- a/clang/test/CodeGenCXX/member-functions.cpp +++ b/clang/test/CodeGenCXX/member-functions.cpp
@@ -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, ...);