summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-20 19:58:59 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-20 19:58:59 +0000
commit7bb10f8a857fa78548e891f9f8c32cef2a0f20bb (patch)
tree70e3e057c3685a0e8a8b89fe86b17c7ed9704742
parentb18263531d48a5f8476d8378f30fd8862c55a1f2 (diff)
downloadbcm5719-llvm-7bb10f8a857fa78548e891f9f8c32cef2a0f20bb.tar.gz
bcm5719-llvm-7bb10f8a857fa78548e891f9f8c32cef2a0f20bb.zip
X86: Add missing triples from r216119
llvm-svn: 216120
-rw-r--r--llvm/test/CodeGen/X86/aligned-variadic.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/aligned-variadic.ll b/llvm/test/CodeGen/X86/aligned-variadic.ll
index 68000e36bc6..e2155fe4b37 100644
--- a/llvm/test/CodeGen/X86/aligned-variadic.ll
+++ b/llvm/test/CodeGen/X86/aligned-variadic.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s -check-prefix=X64
-; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X32
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -check-prefix=X64
+; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=X32
%struct.Baz = type { [17 x i8] }
%struct.__va_list_tag = type { i32, i32, i8*, i8* }
OpenPOWER on IntegriCloud