[llvm] r216120 - X86: Add missing triples from r216119

Duncan P. N. Exon Smith dexonsmith at apple.com
Wed Aug 20 12:59:01 PDT 2014


Author: dexonsmith
Date: Wed Aug 20 14:58:59 2014
New Revision: 216120

URL: http://llvm.org/viewvc/llvm-project?rev=216120&view=rev
Log:
X86: Add missing triples from r216119

Modified:
    llvm/trunk/test/CodeGen/X86/aligned-variadic.ll

Modified: llvm/trunk/test/CodeGen/X86/aligned-variadic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/aligned-variadic.ll?rev=216120&r1=216119&r2=216120&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/aligned-variadic.ll (original)
+++ llvm/trunk/test/CodeGen/X86/aligned-variadic.ll Wed Aug 20 14:58:59 2014
@@ -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* }





More information about the llvm-commits mailing list