commit | 4219c6652b4b3d47c97659688184e5bafbfcefba | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Tue Nov 08 19:55:32 2011 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Tue Nov 08 19:55:32 2011 +0000 |
tree | ff22426397a4a5caf1c5c7e9bf9a2b3d0ce8bd8a | |
parent | 5b0c5199a7037d0435d75f37e3ba69a24f757931 [diff] [blame] |
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 f3aa51e..37005c5 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"