diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-11-08 19:55:32 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-11-08 19:55:32 +0000 |
| commit | 13076521850a1c207be63827563c772c2e931346 (patch) | |
| tree | 2ba8906fac0846e1f344e49d4df996de11f222cc | |
| parent | 5ca95bc56f37c1083b77f295922685bd675000cc (diff) | |
| download | bcm5719-llvm-13076521850a1c207be63827563c772c2e931346.tar.gz bcm5719-llvm-13076521850a1c207be63827563c772c2e931346.zip | |
This test isn't portable to non-x86 platforms; specify a triple.
llvm-svn: 144112
| -rw-r--r-- | clang/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp b/clang/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp index f3aa51e725b..37005c5e9df 100644 --- a/clang/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp +++ b/clang/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - +// RUN: %clang_cc1 -emit-llvm %s -o - -triple i386-apple-macosx10.7.2 // PR1084 extern "C" |

