From: Eli Friedman Date: Tue, 8 Nov 2011 19:55:32 +0000 (+0000) Subject: This test isn't portable to non-x86 platforms; specify a triple. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4219c6652b4b3d47c97659688184e5bafbfcefba;p=clang 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 --- 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"