aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-11-08 19:55:32 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-11-08 19:55:32 +0000
commit4219c6652b4b3d47c97659688184e5bafbfcefba (patch)
treeff22426397a4a5caf1c5c7e9bf9a2b3d0ce8bd8a
parent5b0c5199a7037d0435d75f37e3ba69a24f757931 (diff)
This test isn't portable to non-x86 platforms; specify a triple.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144112 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp b/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp
index f3aa51e725..37005c5e9d 100644
--- a/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp
+++ b/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"