X86: Add missing triples from r216119
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 20 Aug 2014 19:58:59 +0000 (19:58 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 20 Aug 2014 19:58:59 +0000 (19:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216120 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/aligned-variadic.ll

index 68000e36bc686e9130b012626a2c99d4be88be93..e2155fe4b3732167a6c4079a553cf826302437a7 100644 (file)
@@ -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* }